﻿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
18500	Part 3 tutorial - field is choice_text	anonymous	nobody	"
in the following part {{ choice.choice }} should be {{ choice.choice_text }} / ""Use the template system"" section / part 3 tutorial


<h1>{{ poll.question }}</h1>
<ul>
{% for choice in poll.choice_set.all %}
    <li>{{ choice.choice }}</li>
{% endfor %}
</ul>"	Uncategorized	closed	Documentation	1.4	Normal	invalid	documentation, error		Accepted	0	0	0	0	1	0
