What I\'d like to do (for a recent changes \'widget\' - not a django widget in this case) is pass a urlname into my template as a variable, then use it like so: {% url
if you are using Django 1.5 and up, django-reversetags is not required anymore for just passing view names as variables into templates, to be used within the url tag.
I was confused with the availability of django-reversetags, just thought of updating the matter correctly here.