﻿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
18749	Syntax error in Tutorial 4	dharol@…	nobody	"There is a syntax error in last line of Dev Tutorial 4.

Is:
<a href=""{% url 'poll_detail' poll.id %}"">Vote again?</a>

Should be:
<a href=""{% url poll_detail poll.id %}"">Vote again?</a>

Fix: (no quotes around poll_detail)
From: https://docs.djangoproject.com/en/dev/intro/tutorial04/"	Cleanup/optimization	closed	Documentation	1.4	Normal	invalid			Unreviewed	0	0	0	0	1	0
