﻿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
18892	NoReverseMatch Error in templates	c.daniel.paradis@…	nobody	"In templates (details.html and results.html)

<form action=""{% url 'polls.views.vote' poll.id %}"" method=""post"">

and

<a href=""{% url 'polls.views.detail' poll.id %}"">Vote again?</a>

should be 

<form action=""{% url polls.views.vote poll.id %}"" method=""post"">

and

<a href=""{% url polls.views.detail poll.id %}"">Vote again?</a>

(quotes removed)
"	Bug	closed	Documentation	1.4	Normal	invalid			Unreviewed	0	0	0	0	1	0
