From 42f1a5cca08ded93951ac57fee2bd68d78bd4b02 Mon Sep 17 00:00:00 2001 From: yomguy Date: Wed, 20 Feb 2013 11:29:42 +0100 Subject: [PATCH] yeah? --- teleforma/templates/teleforma/messages/answer_validated.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/teleforma/templates/teleforma/messages/answer_validated.txt b/teleforma/templates/teleforma/messages/answer_validated.txt index e11b854c..d2013248 100644 --- a/teleforma/templates/teleforma/messages/answer_validated.txt +++ b/teleforma/templates/teleforma/messages/answer_validated.txt @@ -1,6 +1,6 @@ -{% load i18n %}{% blocktrans %}{{ gender }} {{ last_name }}, +{% load i18n %}{% autoescape off %}{% blocktrans %}{{ gender }} {{ last_name }}, -Your answer to the question n°{{ rank }} of the e-learning seminar " {{ title|safe }} " has been validated. +Your answer to the question n°{{ rank }} of the e-learning seminar " {{ title }} " has been validated. You can now continue to next step following this link: @@ -9,4 +9,4 @@ http://{{ domain }}{{ path }} We remind you that you absolutely need to terminate all steps of your training before {{ date }}. The team of the {{ organization }} thank you for your confidence and we remain at your disposal for further information. -{% endblocktrans %} +{% endblocktrans %}{% endautoescape %} -- 2.39.5