Hello,
The following line in my template return an error:
<a href="{% url url_name {{ magasin.id }} {{ evenement.id }}
%}">Modifier</a>
Error is:
Could not parse the remainder: '{{' from '{{'
If i use (has view in the doc):
<a href="{% url url_name 5 25 %}">Modifier</a>
it works fine.
Then is the syntax {% url url_name {{model.field}} %} allowed ?
Somebody has an idea ?
Thanks for your precious help.
Regards
youpsla
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/django-users/-/1IxshdRdwksJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.