Fix site name being blank in new account activation email

All variables used within blocktrans need to be local.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
Paul Eggleton 2013-03-28 01:11:40 +00:00
parent 0a6b4e22a3
commit 40e116883c

View File

@ -1,6 +1,6 @@
{% load i18n %} {% load i18n %}
{% blocktrans %} {% blocktrans with site.name as site_name %}
A request has been made to activate an account at {{ site.name }} using your email address. A request has been made to activate an account at {{ site_name }} using your email address.
If you made this request, please click on the link below to activate your account. The If you made this request, please click on the link below to activate your account. The
link is valid for {{ expiration_days }} days. link is valid for {{ expiration_days }} days.