1
0
mirror of https://github.com/django/django.git synced 2025-01-23 00:29:34 +00:00

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
This commit is contained in:
Gary Wilson Jr 2008-12-08 05:41:28 +00:00
parent 235600c3c3
commit fa7aa7255c

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