diff options
author | Robert Wittams <robert@wittams.com> | 2005-11-25 20:13:48 +0000 |
---|---|---|
committer | Robert Wittams <robert@wittams.com> | 2005-11-25 20:13:48 +0000 |
commit | 3a7c14b583621272d4ef53061287b619ce3c290d (patch) | |
tree | b3ea68da6111d3b4c1d1b4299c543c7dcb5f7b90 | |
parent | 851df276ef2c491f16116ef91c73f8d9adf56e5d (diff) | |
parent | 4fe5c9b7ee09dc25921918a6dbb7605edb374bc9 (diff) | |
download | django-attic/new-admin.tar.gz |
Merged to trunk 1432archive/attic/new-adminattic/new-admin
git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@1433 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r-- | django/contrib/admin/templates/registration/password_reset_form.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} -<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> |