﻿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
19666	choice_text in the detail template	anonymous	nobody	"In the doc website part 3 it says about the detail template:


<h1>{{ poll.question }}</h1>
<ul>
{% for choice in poll.choice_set.all %}
    <li>{{ choice.choice }}</li>
{% endfor %}
</ul>


But choice.choice does not exist. Should be choice.choice_text

"	Bug	closed	Documentation	1.4	Normal	invalid			Unreviewed	0	0	0	0	0	0
