﻿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
12485	Add Links to poll tutorial	gungadin	Derek Willis	"Just a suggestion to make the poll tutorial application a little more user friendly. Just need to add/modify a couple lines on two of the templates. The first lets the user vote again on the poll after he votes. The second turns the listing of the polls on the index page into links so that the user can click the link to pick his poll.

On the results.html add the line at the bottom:

{{{ <a href=""http://127.0.0.1:8000/polls/{{ object.id }}/"">Vote again?</a> }}}

And on the poll_list.html or index.html add this line in the middle:

{{{ <li><a href=""http://127.0.0.1:8000/polls/{{ object.id }}/"">{{ object.question }}</a></li> }}}


Thanks for the great tutorial. It really makes it easy to learn django. I'm looking forward to the other tutorials."		closed	Documentation	dev		fixed	link,suggestion,tutorial		Ready for checkin	1	0	0	0	0	0
