From fa7aa7255ca990b2f13e615f023a958e54cb17d0 Mon Sep 17 00:00:00 2001 From: Gary Wilson Jr Date: Mon, 8 Dec 2008 05:41:28 +0000 Subject: [PATCH] Fixed #9732 -- Added missing close paragraph tag to password reset confirmation template, thanks casseen. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9599 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- .../admin/templates/registration/password_reset_confirm.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@

{% trans 'Password reset unsuccessful' %}

-

{% trans "The password reset link was invalid, possibly because it has already been used. Please request a new password reset." %} +

{% trans "The password reset link was invalid, possibly because it has already been used. Please request a new password reset." %}

{% endif %}