Commit 105028ee authored by Florian Apolloner's avatar Florian Apolloner
Browse files

Removed deprecated usage of url tag from auth docs.

parent 93be2f7d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1045,7 +1045,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>