[patch] Typo in password_reset_form template
Index: django/contrib/admin/templates/registration/password_reset_form.html
===================================================================
--- django/contrib/admin/templates/registration/password_reset_form.html (revision 1431)
+++ django/contrib/admin/templates/registration/password_reset_form.html (working copy)
@@ -7,7 +7,7 @@
{% block content %}
-<h1>{% trans "Password reset") %}</h1>
+<h1>{% trans "Password reset" %}</h1>
<p>{% trans "Forgotten your password? Enter your e-mail address below, and we'll reset your password and e-mail the new one to you." %}</p>
(In [1432]) Fixed #906 - thanks, Esaj