aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-03-28 01:11:40 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-03-28 01:15:17 +0000
commit40e116883c325b520ddc7564cfc169f0f762ce61 (patch)
tree6357f54234a1e00a1c1ffb20e9f1c4651e1f20b5 /templates
parent0a6b4e22a353a9a5384b83e01dce9bb61eeaa484 (diff)
downloadopenembedded-core-contrib-40e116883c325b520ddc7564cfc169f0f762ce61.tar.gz
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>
Diffstat (limited to 'templates')
-rw-r--r--templates/registration/activation_email.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/registration/activation_email.txt b/templates/registration/activation_email.txt
index d8c1bcd975..0820fcede4 100644
--- a/templates/registration/activation_email.txt
+++ b/templates/registration/activation_email.txt
@@ -1,6 +1,6 @@
{% load i18n %}
-{% blocktrans %}
-A request has been made to activate an account at {{ site.name }} using your email address.
+{% blocktrans with site.name as site_name %}
+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
link is valid for {{ expiration_days }} days.