diff --git a/django/contrib/admin/templates/registration/password_reset_email.html b/django/contrib/admin/templates/registration/password_reset_email.html
index 506a1a8..de9dc79 100644
a
|
b
|
|
1 | 1 | {% load i18n %}{% load url from future %}{% autoescape off %} |
2 | | {% trans "You're receiving this e-mail because you requested a password reset" %} |
3 | | {% blocktrans %}for your user account at {{ site_name }}{% endblocktrans %}. |
| 2 | {% blocktrans %}You're receiving this e-mail because you requested a password reset for your user account at {{ site_name }}.{% endblocktrans %} |
4 | 3 | |
5 | 4 | {% trans "Please go to the following page and choose a new password:" %} |
6 | 5 | {% block reset_link %} |