From 85e1d876c0ca7967452dc8e66ce4dc14b55dea85 Mon Sep 17 00:00:00 2001 From: Gary Wilson Jr Date: Mon, 8 Dec 2008 05:42:39 +0000 Subject: [PATCH] [1.0.X] Fixed #9732 -- Added missing close paragraph tag to password reset confirmation template, thanks casseen. Backport of r9599 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9600 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 %}