﻿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
19590	Incorrect quotes in template example	msb	nobody	"https://docs.djangoproject.com/en/dev/topics/auth/default/

In the sample registration/login.html template this line:

<form method=""post"" action=""{% url 'django.contrib.auth.views.login' %}"">

Should be

<form method=""post"" action=""{% url django.contrib.auth.views.login %}"">

(No quotes.)

That certainly fixes it for me."	Bug	closed	Documentation	1.4	Normal	invalid			Unreviewed	0	0	0	0	1	0
