﻿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
19013	Erroneous quotes in view tutorial	mark@…	nobody	"An example in the view tutorial says:

<li><a href=""{% url 'polls.views.detail' poll.id %}"">{{ poll.question }}</a></li>

but it seems that it should say:

<li><a href=""{% url polls.views.detail poll.id %}"">{{ poll.question }}</a></li>

I'm new to Python and django, so this might be something I'm not understanding, but when I had the quotes in it didn't work and when I took them out it did work."	Cleanup/optimization	closed	Documentation	1.4	Normal	invalid			Unreviewed	0	0	0	0	0	0
