Ticket #906: password_reset_form.html.diff

File password_reset_form.html.diff, 586 bytes (added by Esaj, 19 years ago)
  • django/contrib/admin/templates/registration/password_reset_form.html

     
    77
    88{% block content %}
    99
    10 <h1>{% trans "Password reset") %}</h1>
     10<h1>{% trans "Password reset" %}</h1>
    1111
    1212<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>
    1313
Back to Top