diff options
| author | James Bennett <ubernostrum@gmail.com> | 2009-03-31 17:01:42 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2009-03-31 17:01:42 +0000 |
| commit | 8c776637b270caa085cd2eb09f7a44cb5e4865d5 (patch) | |
| tree | 803b5e99908c2d8e73662205adb98c0185ad3824 /docs | |
| parent | a352bf2145cf204cad3a5b604142c6087442c817 (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')
| -rw-r--r-- | docs/topics/auth.txt | 2 |
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> |
