Author: gwilson
Date: 2008-12-07 23:41:28 -0600 (Sun, 07 Dec 2008)
New Revision: 9599
Modified:
django/trunk/django/contrib/admin/templates/registration/password_reset_confirm.html
Log:
Fixed #9732 -- Added missing close paragraph tag to password reset confirmation
template, thanks casseen.
Modified:
django/trunk/django/contrib/admin/templates/registration/password_reset_confirm.html
===================================================================
---
django/trunk/django/contrib/admin/templates/registration/password_reset_confirm.html
2008-12-08 05:36:53 UTC (rev 9598)
+++
django/trunk/django/contrib/admin/templates/registration/password_reset_confirm.html
2008-12-08 05:41:28 UTC (rev 9599)
@@ -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
-~----------~----~----~----~------~----~------~--~---