﻿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
16118	Small error in login form example	yuval.baror@…	nobody	"The login form example contains the following line:

<form method=""post"" action=""{% url 'django.contrib.auth.views.login' %}"">

When I tried using this I got an error:
NoReverseMatch while rendering: Reverse for ''django.contrib.auth.views.login''

After searching online I saw an answer on stackoverflow:
http://stackoverflow.com/questions/4578685/noreversematch-while-rendering-reverse-for-django-contrib-auth-views-login

The solution suggested there (removing the single quotes around the url) worked for me.
Perhaps it would be best to update the example to prevent others from encountering the same error."	Uncategorized	closed	Documentation	1.3	Normal	invalid			Unreviewed	0	0	0	0	0	0
