Ticket #10306: auth.2.diff

File auth.2.diff, 500 bytes (added by Kyle Fuller, 15 years ago)

Diff for docs/topics/auth.txt

  • docs/topics/auth.txt

     
    745745        <p>Your username and password didn't match. Please try again.</p>
    746746        {% endif %}
    747747
    748         <form method="post" action=".">
     748        <form method="post" action="{% url django.contrib.auth.views.login %}">
    749749        <table>
    750750        <tr>
    751751            <td>{{ form.username.label_tag }}</td>
Back to Top