summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2009-03-31 17:01:42 +0000
committerJames Bennett <ubernostrum@gmail.com>2009-03-31 17:01:42 +0000
commit8c776637b270caa085cd2eb09f7a44cb5e4865d5 (patch)
tree803b5e99908c2d8e73662205adb98c0185ad3824 /docs/topics
parenta352bf2145cf204cad3a5b604142c6087442c817 (diff)
[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
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/auth.txt2
1 files changed, 1 insertions, 1 deletions
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::
<p>Your username and password didn't match. Please try again.</p>
{% endif %}
- <form method="post" action=".">
+ <form method="post" action="">
<table>
<tr>
<td>{{ form.username.label_tag }}</td>