summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Apolloner <apollo13@users.noreply.github.com>2015-12-05 19:21:30 +0100
committerTim Graham <timograham@gmail.com>2015-12-05 15:52:31 -0500
commit274670a33dbb06f607f72c566be7bf9a81362233 (patch)
tree0d77aa385a54b06c32616a60b605b1db64acd8d5
parent458e7dbc54d007154625266a099bca2eae2a318b (diff)
[1.9.x] Removed deprecated usage of url tag from auth docs.
Backport of 105028eec64064c11dfd3d5415317ba1fab81214 from master
-rw-r--r--docs/topics/auth/default.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt
index e11917f52e..9292354d32 100644
--- a/docs/topics/auth/default.txt
+++ b/docs/topics/auth/default.txt
@@ -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>