From 4fe5c9b7ee09dc25921918a6dbb7605edb374bc9 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Fri, 25 Nov 2005 15:00:14 +0000 Subject: [PATCH] Fixed #906 - thanks, Esaj git-svn-id: http://code.djangoproject.com/svn/django/trunk@1432 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- .../admin/templates/registration/password_reset_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/contrib/admin/templates/registration/password_reset_form.html b/django/contrib/admin/templates/registration/password_reset_form.html index 9a8ac1a6d6..1b6a2c9a17 100644 --- a/django/contrib/admin/templates/registration/password_reset_form.html +++ b/django/contrib/admin/templates/registration/password_reset_form.html @@ -7,7 +7,7 @@ {% block content %} -

{% trans "Password reset") %}

+

{% trans "Password reset" %}

{% trans "Forgotten your password? Enter your e-mail address below, and we'll reset your password and e-mail the new one to you." %}