From 834e7d348261214cead805087a0d0e03623159db Mon Sep 17 00:00:00 2001 From: Georg Bauer Date: Thu, 24 Nov 2005 18:30:31 +0000 Subject: [PATCH] fixed a typo in a trans template tag. Thx David Ascher (on IRC) git-svn-id: http://code.djangoproject.com/svn/django/trunk@1397 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 8db1ede42f..9a8ac1a6d6 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." %}