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
This commit is contained in:
parent
7af2b2dcea
commit
33e87318c0
|
@ -745,7 +745,7 @@ the following line to your URLconf::
|
||||||
<p>Your username and password didn't match. Please try again.</p>
|
<p>Your username and password didn't match. Please try again.</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<form method="post" action=".">
|
<form method="post" action="">
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ form.username.label_tag }}</td>
|
<td>{{ form.username.label_tag }}</td>
|
||||||
|
|
Loading…
Reference in New Issue