Skip to content

Commit

Permalink
[1.4.x] Fixed #18301 -- Fixed url name in password reset example.
Browse files Browse the repository at this point in the history
Thanks nicknnn for the report.
  • Loading branch information
claudep committed May 11, 2012
1 parent 35423f6 commit 589af49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/auth.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 589af49

Please sign in to comment.