﻿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
18689	Error in code example	anonymous	nobody	"At the bottom of part 3 of the tutorial (https://docs.djangoproject.com/en/dev/intro/tutorial03/) the code snippet:
{{{
<li><a href=""{% url 'polls.views.detail' poll.id %}"">{{ poll.question }}</a></li>
}}}
generates a ""No Reverse Match"" error.
Removing the single quotes around polls.views.detail fixes the problem:
{{{
<li><a href=""{% url polls.views.detail poll.id %}"">{{ poll.question }}</a></li>
}}} "	Uncategorized	closed	Documentation	1.4	Normal	invalid			Unreviewed	0	0	0	0	0	0
