﻿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
3574	{% url path.to.view %} doesn't un-escape	yary h <nospam@…>	Adrian Holovaty	"I have a view which can return a report as html, a ""word"" doc, or postscript. The url pattern looks like
{{{ (r'^rep/(?P<report_id>\d+)\.(?P<format>html|doc|ps)$','gen')) }}}

Note the escaped period- it needs to match a literal ""dot"".

the {% url %} template tag then generates a URL that includes the backslash, like {{{/rep/152\.html }}}. That doesn't actually match the pattern!
"		closed	Template system	dev		duplicate	url	not.com@…	Accepted	0	0	0	0	0	0
