Ticket #13853: auth_doc.diff

File auth_doc.diff, 547 bytes (added by Alper Cugun, 14 years ago)

fix

  • auth.txt

     
    796796        <p>Your username and password didn't match. Please try again.</p>
    797797        {% endif %}
    798798
    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 %}
    800801        <table>
    801802        <tr>
    802803            <td>{{ form.username.label_tag }}</td>
Back to Top