﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
11835	url template tag doesn't put anything if the keyword argument has ' ', '&', '\' kind of characters	manasgarg	nobody	"Hello,

I noticed that the url template tag returns blank if any of the keyword arguments has characters which require quoting. The behavior is consistent even if the keyword argument has been quoted.

How to reproduce:
Let's say, I have the following in url pattern:

    (r'^images/tags/(?P<tag_name>\w+)$', 'images.views.image_tag_viewer'),

Now, when I say:

       {% url images.views.image_tag_viewer tag_name=tag.name as tag_url %}

And if tag.name has any of the special characters (which need to be quoted in a url), tag_url will be set as blank."		closed	Template system	1.1		invalid	url, template tag		Unreviewed	0	0	0	0	0	0
