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

Backport of 105028eec64064c11dfd3d5415317ba1fab81214 from master
This commit is contained in:
Florian Apolloner 2015-12-05 19:21:30 +01:00 committed by Tim Graham
parent 458e7dbc54
commit 274670a33d

View File

@ -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>