Commit fa7aa725 authored by Gary Wilson Jr's avatar Gary Wilson Jr
Browse files

Fixed #9732 -- Added missing close paragraph tag to password reset...

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
parent 235600c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 %}