﻿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
18762	Problem with url in templates	jendxb@…	Aymeric Augustin	"This:
    <li><a href=""{% url 'polls.views.detail' poll.id %}"">{{ poll.question }}</a></li>
...does not work.

But this:
    <li><a href=""{% url polls.views.detail poll.id %}"">{{ poll.question }}</a></li>
....does.
"	Uncategorized	closed	Documentation	1.4	Normal	fixed			Accepted	0	0	0	0	0	0
