[1.4.x] Fixed #18301 -- Fixed url name in password reset example.

Thanks nicknnn for the report.
This commit is contained in:
Claude Paroz 2012-05-11 20:15:30 +02:00
parent 35423f6fb1
commit 589af4971e
1 changed files with 1 additions and 1 deletions

View File

@ -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.