﻿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
18737	Incorrect use of {% url %} in auth forms docs	peppelorum	nobody	"There seems to be an incorrect use of the url templatetag in the auth forms example at https://docs.djangoproject.com/en/1.3/topics/auth/

{{{
<form method=""post"" action=""{% url 'django.contrib.auth.views.login' %}"">
}}}

should be

{{{
<form method=""post"" action=""{% url django.contrib.auth.views.login %}"">
}}}
"	Bug	closed	Documentation	1.3	Normal	invalid			Unreviewed	0	0	0	0	1	0
