From 8c776637b270caa085cd2eb09f7a44cb5e4865d5 Mon Sep 17 00:00:00 2001 From: James Bennett Date: Tue, 31 Mar 2009 17:01:42 +0000 Subject: [PATCH] [1.0.X] Fixed #10306: Corrected form action in auth login example. Backport of [10269] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10270 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 9759ed821d..dece60f065 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 }}