From dd158da45616a0cf86f1f9ea4c61c56e5bf01a93 Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Thu, 7 Mar 2013 13:59:09 +0200 Subject: [PATCH] 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 --- templates/registration/activation_email.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/registration/activation_email.txt b/templates/registration/activation_email.txt index 588cb49..d8c1bcd 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 %}