Ticket #13853: auth_doc.diff
File auth_doc.diff, 547 bytes (added by , 14 years ago) |
---|
-
auth.txt
796 796 <p>Your username and password didn't match. Please try again.</p> 797 797 {% endif %} 798 798 799 <form method="post" action="{% url django.contrib.auth.views.login %}">{% csrf_token %} 799 <form method="post" action="{% url django.contrib.auth.views.login %}"> 800 {% csrf_token %} 800 801 <table> 801 802 <tr> 802 803 <td>{{ form.username.label_tag }}</td>