diff options
| author | Florian Apolloner <apollo13@users.noreply.github.com> | 2015-12-05 19:21:30 +0100 |
|---|---|---|
| committer | Florian Apolloner <apollo13@users.noreply.github.com> | 2015-12-05 19:21:30 +0100 |
| commit | 105028eec64064c11dfd3d5415317ba1fab81214 (patch) | |
| tree | a5878af82ca68d0bd6c948e8db0eb011aafadbd4 | |
| parent | 93be2f7dea51f7a063d9114660f5f1028a849cf0 (diff) | |
Removed deprecated usage of url tag from auth docs.
| -rw-r--r-- | docs/topics/auth/default.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt index a974a085a8..119e768f66 100644 --- a/docs/topics/auth/default.txt +++ b/docs/topics/auth/default.txt @@ -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> |
