diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2008-12-08 05:42:39 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2008-12-08 05:42:39 +0000 |
| commit | 85e1d876c0ca7967452dc8e66ce4dc14b55dea85 (patch) | |
| tree | 3606952de07d7f81211029055a65f9a2245b7a4d | |
| parent | 3c4c1adefbd0d8148845f1562d54b5dd902d65e7 (diff) | |
[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
| -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 %} |
