[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
This commit is contained in:
James Bennett 2009-03-31 17:01:42 +00:00
parent a352bf2145
commit 8c776637b2
1 changed files with 1 additions and 1 deletions

View File

@ -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>