From 33e87318c046ea73ed380b135eb1bbb471d301f3 Mon Sep 17 00:00:00 2001 From: James Bennett Date: Tue, 31 Mar 2009 17:00:59 +0000 Subject: [PATCH] Fixed #10306: Corrected form action in auth login example. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10269 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/auth.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt index 47405dd875..c42388f393 100644 --- a/docs/topics/auth.txt +++ b/docs/topics/auth.txt @@ -745,7 +745,7 @@ the following line to your URLconf::

Your username and password didn't match. Please try again.

{% endif %} -
+
{{ form.username.label_tag }}