mirror of
https://github.com/django/django.git
synced 2025-07-21 10:09:14 +00:00
[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:
parent
3c4c1adefb
commit
85e1d876c0
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
<h1>{% trans 'Password reset unsuccessful' %}</h1>
|
<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 %}
|
{% endif %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user