﻿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
20621	tutorial 04 imports polls namespace while within polls	eitanm@…	nobody	"[https://docs.djangoproject.com/en/1.5/intro/tutorial04/ Tutorial 4] (for Django 1.5) has update 'polls/detail.html' to contain a form which posts to 
{{{
{% url 'polls:vote' poll.id %}
}}}
However 'polls/detail.html' is in the polls app/namespace (and so the identifier {{{polls}} is not defined) resulting in the error message:
{{{
u'polls' is not a registered namespace
}}}

removing {{{polls:}}} so that the URL reads 
{{{
{% url 'vote' poll.id %}
}}}
fixes the issue."	Bug	closed	Documentation	1.5	Normal	worksforme			Unreviewed	0	0	0	0	1	0
