﻿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
19275	small bug in tutorial code	ryanmcneely@…	nobody	"Hello!
I'm working through your tutorial (which is great, by the way), and I've found a small problem with the 'detail.html' template code in part 4 of the tutorial.

You have this on line 5 (i've removed the brackets):

form action=""/polls/{{ poll.id }}/vote/"" method=""post""

This produces a 404 error which says ""...polls/1/vote cannot be found.""

The tutorial suggests that this action SHOULD take us to the results page, which it doesn't until I replace the word 'vote' with 'results' on the same line:

form action=""/polls/{{ poll.id }}/results/"" method=""post""

This fixes the problem, but I just want to make sure I'm not screwing something up by doing this, so I humbly present my findings to you for review.

I have attached a screen shot.

thank you!

RYAN.
"	Bug	closed	Documentation	1.4	Normal	invalid	Tutorial, Template		Unreviewed	0	0	0	0	0	0
