Commit c8f1d0a8 authored by Adrian Holovaty's avatar Adrian Holovaty
Browse files

Fixed #2186 -- Fixed i18n variable substitution in...

Fixed #2186 -- Fixed i18n variable substitution in admin/templates/registration/password_reset_email.html. Thanks, md@hudora.de

git-svn-id: http://code.djangoproject.com/svn/django/trunk@3140 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent b7d5bc6e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{% load i18n %}
{% trans "You're receiving this e-mail because you requested a password reset" %}
{% trans "for your user account at %(site_name)s" %}.
{% blocktrans %}for your user account at {{ site_name }}{% endblocktrans %}.

{% blocktrans %}Your new password is: {{ new_password }}{% endblocktrans %}