diff options
| author | Claude Paroz <claude@2xlibre.net> | 2012-05-04 08:20:50 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2012-05-04 08:20:50 +0200 |
| commit | ec5423df05dedeee6651c36dd4d90fec0d8cca7c (patch) | |
| tree | d896924c11008902c57c88321c63aa8c7359c642 /docs/topics/auth.txt | |
| parent | 11a5355517487eab56c34d92b45d7d67fde6dbd3 (diff) | |
Fixed #18270 -- Corrected variable name in password reset example.
Thanks schnippi for the report.
Diffstat (limited to 'docs/topics/auth.txt')
| -rw-r--r-- | docs/topics/auth.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt index b4870860ed..3ed9347f22 100644 --- a/docs/topics/auth.txt +++ b/docs/topics/auth.txt @@ -1242,7 +1242,7 @@ includes a few other useful built-in views located in .. code-block:: html+django 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 single line plain text string. |
