From 470d9b2602fe53e8c6cbcd9287cd86048cae67d0 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 21 Feb 2011 13:46:13 +0000 Subject: [PATCH] Fixed #11852 -- Ensure that a long string in the password reset email can be translated. Thanks to pihentagy for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15606 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- .../admin/templates/registration/password_reset_email.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/django/contrib/admin/templates/registration/password_reset_email.html b/django/contrib/admin/templates/registration/password_reset_email.html index 506a1a83dcd..de9dc79c525 100644 --- a/django/contrib/admin/templates/registration/password_reset_email.html +++ b/django/contrib/admin/templates/registration/password_reset_email.html @@ -1,6 +1,5 @@ {% load i18n %}{% load url from future %}{% autoescape off %} -{% trans "You're receiving this e-mail because you requested a password reset" %} -{% blocktrans %}for your user account at {{ site_name }}{% endblocktrans %}. +{% blocktrans %}You're receiving this e-mail because you requested a password reset for your user account at {{ site_name }}.{% endblocktrans %} {% trans "Please go to the following page and choose a new password:" %} {% block reset_link %}