﻿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
31586	Small mistake in 'Writing your first Django app, part 4' tutorial	Mikolaj Kaczmarek	nobody	"Hi, I found out that in one of code snippets, there is one mistake in `href` tag. I believe that instead of `'polls:detail'` it should be `'polls:vote'`. I'm talking about 'Vote again?' `href` in code below:
{{{
<h1>{{ question.question_text }}</h1>

<ul>
{% for choice in question.choice_set.all %}
    <li>{{ choice.choice_text }} -- {{ choice.votes }} vote{{ choice.votes|pluralize }}</li>
{% endfor %}
</ul>

<a href=""{% url 'polls:detail' question.id %}"">Vote again?</a>
}}}"	Bug	closed	Documentation	dev	Normal	invalid			Unreviewed	0	0	0	0	0	0
