﻿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
18671	"<form method=""post"" action=""{% url 'django.contrib.auth.views.login' %}"">"	bartek.rychlicki@…	nobody	"https://docs.djangoproject.com/en/dev/topics/auth/#django.contrib.auth.views.login
contains a sample login form which will throw 
NoReverseMatch: Reverse for ''django.contrib.auth.views.login'' with arguments '()' and keyword arguments '{}' not found.

the code:
<form method=""post"" action=""{% url 'django.contrib.auth.views.login' %}"">
should be
<form method=""post"" action=""{% url django.contrib.auth.views.login %}"">
which fixes the problem

my django  is 1.4"	Uncategorized	closed	Documentation	1.5	Normal	invalid			Unreviewed	0	0	0	0	0	0
