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:
committed by
Tim Graham
parent
458e7dbc54
commit
274670a33d
@@ -1061,7 +1061,7 @@ implementation details see :ref:`using-the-views`.
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<form method="post" action="{% url 'django.contrib.auth.views.login' %}">
|
<form method="post" action="{% url 'login' %}">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user