]> git.parisson.com Git - teleforma.git/commitdiff
yeah?
authoryomguy <yomguy@parisson.com>
Wed, 20 Feb 2013 10:29:42 +0000 (11:29 +0100)
committeryomguy <yomguy@parisson.com>
Wed, 20 Feb 2013 10:29:42 +0000 (11:29 +0100)
teleforma/templates/teleforma/messages/answer_validated.txt

index e11b854c364fcce966adecd49965db9b55daa82c..d20132486e7ecf67356046f8f7ed1349434dbfc6 100644 (file)
@@ -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 %}