Is there any benefit to using {% url %} other than retrieving data
from the same view? I was looking for a better way to make a
breadcrumb menu than hard wiring the urls into every page and came
across the {% url %} tag and this post:http://groups.google.com/group/django-users/browse_thread/thread/b42d814e8f52b89a/45cf75b352c709b0?lnk=gst&q=breadcrumb#45cf75b352c709b0 It makes sense to me to use {% url %} in order to retrieve data form the same view but if you have to pass {% url %} a specific view then what's the difference than hard wiring a url? Thanks, Jason --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. 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 -~----------~----~----~----~------~----~------~--~---

