﻿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
31740	Part 4 of the tutorial incorrectly uses a namespaced url	Max	nobody	"I am new to using Django, but I believe I noticed an error with one of the urls in a template.

This url is used in the form:

{{{
{% url 'polls:vote' question.id %}
}}}

Despite the path definition:

{{{
path('<int:question_id>/vote/', views.vote, name='vote'),
}}}

When I do the same, I get an error as the namespace doesn't exist. This is easily fixed by removing the namespace from the template.

https://docs.djangoproject.com/en/3.0/intro/tutorial04/#write-a-minimal-form"	Bug	closed	Documentation	3.0	Normal	invalid	documentation, namespace, error		Unreviewed	0	0	0	0	1	0
