Skip to content

Instantly share code, notes, and snippets.

@jshaw
Created April 3, 2013 17:33
Show Gist options
  • Select an option

  • Save jshaw/5303365 to your computer and use it in GitHub Desktop.

Select an option

Save jshaw/5303365 to your computer and use it in GitHub Desktop.
Django, having a url tag inside of a trans tag or transblock tag....
{%url 'nominations-form' as nomination_form %}
{% blocktrans %}
<p>Be the first to <a href="{{ nomination_form }}">nominate your community.</a></p>
{% endblocktrans %}
@shrihari1999
Copy link

After hours of searching, landed here finally! Very useful, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment