Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#906 closed defect (fixed)

[patch] Typo in password_reset_form template

Reported by: Esaj Owned by: Adrian Holovaty
Component: contrib.admin Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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>

Attachments (1)

password_reset_form.html.diff (586 bytes ) - added by Esaj 18 years ago.

Download all attachments as: .zip

Change History (2)

by Esaj, 18 years ago

comment:1 by Jacob, 18 years ago

Resolution: fixed
Status: newclosed

(In [1432]) Fixed #906 - thanks, Esaj

Note: See TracTickets for help on using tickets.
Back to Top