﻿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
18570	Page 3 of Latest Tutorial has slight error	jgendr2@…	nobody	"In this part of the page choice.'''choice''' should be choice.'''choice_text'''

Not a HUGE issue..it just makes it look like it is not working (if you are actually following the tutorial in order).

Here is the part I am referring to:

Use the template system
Back to the detail() view for our poll application. Given the context variable poll, here's what the ""polls/detail.html"" template might look like:

<h1>{{ poll.question }}</h1>
<ul>
{% for choice in poll.choice_set.all %}
    <li>{{ choice.choice }}</li>
{% endfor %}
</ul>"	Bug	closed	Documentation	1.4	Normal	duplicate			Unreviewed	0	0	0	0	0	0
