Ticket #10306: auth.diff
File auth.diff, 500 bytes (added by , 16 years ago) |
---|
-
docs/topics/auth.txt
745 745 <p>Your username and password didn't match. Please try again.</p> 746 746 {% endif %} 747 747 748 <form method="post" action=" .">748 <form method="post" action="{% url django.contrib.auth.views.login %}"> 749 749 <table> 750 750 <tr> 751 751 <td>{{ form.username.label_tag }}</td>