For example, I want to provide a link to edit a comment using the
admin, so the link should be /admin/comments/comment/{{ comment.id}}/
using contrib.comments. But can I use the {% url %} tag instead of
hardcoding this link?

Or should I just not bother since I'm not going to change the url
bindings for the admin?

I just felt like making all my links use {% url %} :D
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to