﻿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
3543	url template tag gives no error if keyword arguments contain spaces	scott@…	Adrian Holovaty	"I was stuck for a while using the url template tag with keyword arguments.  The problem was I had a space after the comma delimiting the arguments, something like:

{% url test.views.check_location country=address.country, city=address.city %} # bad[[BR]]
{% url test.views.check_location country=address.country,city=address.city %} # good

The space caused MatchChecker to look for a keyword parameter named ' city' (i.e. with leading space).  The pattern didn't match, so I got nothing.  I think an exception might be more helpful, so here's a patch in case you agree. :)"		closed	Template system	dev		fixed	url tag urlresolvers space		Ready for checkin	1	0	0	0	0	0
