Author: gwilson
Date: 2008-12-07 23:42:39 -0600 (Sun, 07 Dec 2008)
New Revision: 9600
Modified:
django/branches/releases/1.0.X/django/contrib/admin/templates/registration/password_reset_confirm.html
Log:
[1.0.X] Fixed #9732 -- Added missing close paragraph tag to password reset
confirmation template, thanks casseen.
Backport of r9599 from trunk.
Modified:
django/branches/releases/1.0.X/django/contrib/admin/templates/registration/password_reset_confirm.html
===================================================================
---
django/branches/releases/1.0.X/django/contrib/admin/templates/registration/password_reset_confirm.html
2008-12-08 05:41:28 UTC (rev 9599)
+++
django/branches/releases/1.0.X/django/contrib/admin/templates/registration/password_reset_confirm.html
2008-12-08 05:42:39 UTC (rev 9600)
@@ -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 %}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---