[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
This commit is contained in:
Gary Wilson Jr 2008-12-08 05:42:39 +00:00
parent 3c4c1adefb
commit 85e1d876c0
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}