On Dec 3, 2:14 pm, kelvan.mailingl...@gmail.com wrote:
> Hi,
>
> Due the fact that the url tag fails accepting variable I installed the 
> reversetag fromhttp://github.com/ulope/django-reversetag
> Putting it in INSTALLED_APPS works (django seems to found it)
>
> But django means that reverse is a invalid 
> blocktag:http://pastebin.com/m28915e56
>
> Is there a trick to make the reverse tag run?
>
> thanks,
> florian

You haven't loaded it in your template.
{% load reverse %}
--
DR.

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to