summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Bauer <gb@hugo.westfalen.de>2005-11-24 18:30:31 +0000
committerGeorg Bauer <gb@hugo.westfalen.de>2005-11-24 18:30:31 +0000
commit834e7d348261214cead805087a0d0e03623159db (patch)
tree171b52ebe28458a94200fd9a20279bc26ef2934b
parentf286461e2aed0bab1edcd8d7f42bbfcfeac74930 (diff)
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
-rw-r--r--django/contrib/admin/templates/registration/password_reset_form.html2
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 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 %}
-<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>