Django

Code

Ticket #906 (closed: fixed)

Opened 3 years ago

Last modified 2 years ago

[patch] Typo in password_reset_form template

Reported by: Esaj Assigned to: adrian
Milestone: Component: django.contrib.admin
Version: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

password_reset_form.html.diff (0.6 kB) - added by Esaj on 11/25/05 04:49:10.

Change History

11/25/05 04:49:10 changed by Esaj

  • attachment password_reset_form.html.diff added.

11/25/05 09:00:15 changed by jacob

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #906 ([patch] Typo in password_reset_form template)




Change Properties
Action