﻿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
20790	Wrong linking in tutorial part 4	anonymous	nobody	"This is in Django tutorial part 4 ([https://docs.djangoproject.com/en/1.5/intro/tutorial04/])
When we create a polls/results.html template, ""Vote again?"" link doesn't lead to voting.

We should replace 
<a href=""{% url 'polls:'''detail''' ' poll.id %}"">Vote again?</a> 
with
<a href=""{% url 'polls:'''vote''' ' poll.id %}"">Vote again?</a>

That way it will ask us to vote again."	Uncategorized	closed	Documentation	1.5	Normal	invalid			Unreviewed	1	0	0	0	0	0
