I'm using the url tag like so: {% url app.views.blah var1, var2 %} var1 and var2 need to be encoded, using the iriencode filter, so I tried this: {% url app.views.blah var1|iriencode, var2|iriencode %}
That doesn't do anything though. I can't find any examples anywhere to figure this out. Any thoughts? Thanks. -- 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.