summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2012-05-11 20:15:30 +0200
committerClaude Paroz <claude@2xlibre.net>2012-05-11 20:19:32 +0200
commit589af4971e259e7660ede6d0270207c856347c8f (patch)
treed217c4c3d89489977aa6fa98bc41d60535d64adb /docs
parent35423f6fb1bf6f8dcde657debbe981943474985b (diff)
[1.4.x] Fixed #18301 -- Fixed url name in password reset example.
Thanks nicknnn for the report.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/auth.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt
index 1b74711b34..4b0b0fc8a4 100644
--- a/docs/topics/auth.txt
+++ b/docs/topics/auth.txt
@@ -1244,7 +1244,7 @@ includes a few other useful built-in views located in
{% load url from future %}
Someone asked for password reset for email {{ email }}. Follow the link below:
- {{ protocol}}://{{ domain }}{% url 'auth_password_reset_confirm' uidb36=uid token=token %}
+ {{ protocol}}://{{ domain }}{% url 'password_reset_confirm' uidb36=uid token=token %}
The same template context is used for subject template. Subject must be
single line plain text string.