Commit ffe620f2 authored by Claude Paroz's avatar Claude Paroz
Browse files

Fixed #18270 -- Corrected variable name in password reset example.

Thanks schnippi for the report.
Backport of ec5423df from master.
parent a3c8201b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}}://{{ 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.