mirror of https://github.com/django/django.git
Removed deprecated usage of url tag from auth docs.
This commit is contained in:
parent
93be2f7dea
commit
105028eec6
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue