﻿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
18828	Tutorial Code/Syntax Error	knightxthyme@…	nobody	"In the '''tutorial part 04''', from the example code given for the “'''polls/detail.html'''” file, I believe:

<label for=""choice{{ forloop.counter }}"">{{ '''choice.choice''' }}</label><br />

Should simply be:

<label for=""choice{{ forloop.counter }}"">{{ '''choice''' }}</label><br />


This is also the case for the “'''polls/results.html'''” where:

<li>{{ '''choice.choice''' }} -- {{ choice.votes }} vote{{ choice.votes|pluralize }}</li>

Should be:

<li>{{ '''choice''' }} -- {{ choice.votes }} vote{{ choice.votes|pluralize }}</li>


Thank you for putting up such good documentaries! 
I really value being able to learn things like this online. Thanks so much, I love Django.

"	Bug	closed	Documentation	1.4	Normal	invalid	erorr, typo, syntax		Unreviewed	0	0	0	0	0	0
