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>
This commit is contained in:
Alexandru DAMIAN 2013-03-07 13:59:09 +02:00 committed by Paul Eggleton
parent b483dcf2af
commit dd158da456

View File

@ -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 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.
{% endblocktrans %}
http://{{ site.domain }}{% url registration_activate activation_key %} http://{{ site.domain }}{% url registration_activate activation_key %}
{% blocktrans %}
If you did not make this request, please ignore this message. If you did not make this request, please ignore this message.
{% endblocktrans %} {% endblocktrans %}