﻿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
18774	incorrect template code for django.contrib.auth.views.login	sjl@…	nobody	"URL: https://docs.djangoproject.com/en/dev/topics/auth/#django.contrib.auth.views.login

The docs contain example code with the following content

 {% url 'django.contrib.auth.views.login' %}

This doesn't work.  It should be inserted without the quotes instead, like so

 {% url django.contrib.auth.views.login %}
"	Bug	closed	Documentation	1.4	Normal	invalid			Unreviewed	0	0	0	0	0	0
