Removed deprecated usage of url tag from auth docs.

This commit is contained in:
Florian Apolloner 2015-12-05 19:21:30 +01:00
parent 93be2f7dea
commit 105028eec6
1 changed files with 1 additions and 1 deletions

View File

@ -1045,7 +1045,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>