diff options
Diffstat (limited to 'djangoproject/templates/registration/password_reset_email.html')
| -rw-r--r-- | djangoproject/templates/registration/password_reset_email.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/djangoproject/templates/registration/password_reset_email.html b/djangoproject/templates/registration/password_reset_email.html index b5026d42..351bcdc3 100644 --- a/djangoproject/templates/registration/password_reset_email.html +++ b/djangoproject/templates/registration/password_reset_email.html @@ -6,7 +6,7 @@ {% translate "Please go to the following page and choose a new password:" %} {% block reset_link %} {% url 'password_reset_confirm' uidb64=uid token=token %} - {% endblock %} + {% endblock reset_link %} {% translate "Your username, in case you've forgotten:" %} {{ user.username }} {% translate "Thanks for using our site!" %} |
