We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a5355 commit ec5423dCopy full SHA for ec5423d
docs/topics/auth.txt
@@ -1242,7 +1242,7 @@ includes a few other useful built-in views located in
1242
.. code-block:: html+django
1243
1244
Someone asked for password reset for email {{ email }}. Follow the link below:
1245
- {{ protocol}}://{{ site_name }}{% url 'auth_password_reset_confirm' uidb36=uid token=token %}
+ {{ protocol}}://{{ domain }}{% url 'auth_password_reset_confirm' uidb36=uid token=token %}
1246
1247
The same template context is used for subject template. Subject must be
1248
single line plain text string.
0 commit comments