Skip to content

Commit

Permalink
Fixed #18270 -- Corrected variable name in password reset example.
Browse files Browse the repository at this point in the history
Thanks schnippi for the report.
  • Loading branch information
claudep committed May 4, 2012
1 parent 11a5355 commit ec5423d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/auth.txt
Expand Up @@ -1242,7 +1242,7 @@ includes a few other useful built-in views located in
.. code-block:: html+django .. code-block:: html+django


Someone asked for password reset for email {{ email }}. Follow the link below: Someone asked for password reset for email {{ email }}. Follow the link below:
{{ protocol}}://{{ site_name }}{% url 'auth_password_reset_confirm' uidb36=uid token=token %} {{ protocol}}://{{ domain }}{% url 'auth_password_reset_confirm' uidb36=uid token=token %}


The same template context is used for subject template. Subject must be The same template context is used for subject template. Subject must be
single line plain text string. single line plain text string.
Expand Down

0 comments on commit ec5423d

Please sign in to comment.