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
This commit is contained in:
Russell Keith-Magee 2011-02-21 13:46:13 +00:00
parent b151bccdcc
commit 470d9b2602
1 changed files with 1 additions and 2 deletions

View File

@ -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 %}