i have this code in my template:

{% for action in actions %}
<li>
    <a href="{% url {{ action.name}} %}">{{ action.name_short }}</a>
</li>
{% endfor %}

but that's error:

Exception Type: TemplateSyntaxError
Exception Value: 
Could not parse the remainder: '{{' from '{{'

i want to use var in {% url {{}} %},can i?
anyone can help me ?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/1bee4471-7c9e-4bbc-a975-659a05a41bf8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to