diff options
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> |
