diff options
| -rw-r--r-- | django/contrib/admin/templates/registration/password_reset_confirm.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/admin/templates/registration/password_reset_confirm.html b/django/contrib/admin/templates/registration/password_reset_confirm.html index 0d3eb385c9..049ee625a9 100644 --- a/django/contrib/admin/templates/registration/password_reset_confirm.html +++ b/django/contrib/admin/templates/registration/password_reset_confirm.html @@ -25,7 +25,7 @@ <h1>{% trans 'Password reset unsuccessful' %}</h1> -<p>{% trans "The password reset link was invalid, possibly because it has already been used. Please request a new password reset." %} +<p>{% trans "The password reset link was invalid, possibly because it has already been used. Please request a new password reset." %}</p> {% endif %} |
