﻿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
14915	remove quotes around 'django.contrib.auth.views.login'	neill@…	nobody	"stumbled across this while implementing auth:

the code block for login form for views.login() has quote around the argument for the url template tag 

{{{
<form method=""post"" action=""{% url 'django.contrib.auth.views.login' %}"">
}}}


should be 

{{{
<form method=""post"" action=""{% url django.contrib.auth.views.login %}"">
}}}

"		closed	Documentation	1.2		invalid			Unreviewed	0	0	0	0	0	0
