Commit 274670a3 authored by Florian Apolloner's avatar Florian Apolloner Committed by Tim Graham
Browse files

[1.9.x] Removed deprecated usage of url tag from auth docs.

Backport of 105028ee from master
parent 458e7dbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1061,7 +1061,7 @@ implementation details see :ref:`using-the-views`.
            {% endif %}
        {% endif %}

        <form method="post" action="{% url 'django.contrib.auth.views.login' %}">
        <form method="post" action="{% url 'login' %}">
        {% csrf_token %}
        <table>
        <tr>