1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

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

Backport of 105028eec6 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>