aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAlexandru DAMIAN <alexandru.damian@intel.com>2013-03-07 13:59:09 +0200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-03-08 16:37:25 +0000
commitdd158da45616a0cf86f1f9ea4c61c56e5bf01a93 (patch)
tree359d45fb71e74a1bee16899a167fdebac26106cf /templates
parentb483dcf2af49513f1717f9609da4f7c12ffcd0fa (diff)
downloadopenembedded-core-contrib-dd158da45616a0cf86f1f9ea4c61c56e5bf01a93.tar.gz
Blocktrans can't take other url blocks
Modified the email body to break the blocktrans into two separate blocks, and not include the url block inside the blocktrans block. Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/registration/activation_email.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/registration/activation_email.txt b/templates/registration/activation_email.txt
index 588cb49fa5..d8c1bcd975 100644
--- a/templates/registration/activation_email.txt
+++ b/templates/registration/activation_email.txt
@@ -5,8 +5,11 @@ A request has been made to activate an account at {{ site.name }} using your ema
If you made this request, please click on the link below to activate your account. The
link is valid for {{ expiration_days }} days.
+{% endblocktrans %}
+
http://{{ site.domain }}{% url registration_activate activation_key %}
+{% blocktrans %}
If you did not make this request, please ignore this message.
{% endblocktrans %}