From: yomguy Date: Wed, 20 Feb 2013 10:27:06 +0000 (+0100) Subject: yeah ? X-Git-Tag: 0.9-probarreau~5 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a1395030f56a871b57c57585ce65da2f79fe1d56;p=teleforma.git yeah ? --- diff --git a/teleforma/templates/teleforma/messages/answer_validated.txt b/teleforma/templates/teleforma/messages/answer_validated.txt index 15484361..e11b854c 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 }}, -Your answer to the question n°{{ rank }} of the e-learning seminar " {{ title }} " has been validated. +Your answer to the question n°{{ rank }} of the e-learning seminar " {{ title|safe }} " has been validated. You can now continue to next step following this link: diff --git a/teleforma/views/pro.py b/teleforma/views/pro.py index 414d557c..6b4210f6 100644 --- a/teleforma/views/pro.py +++ b/teleforma/views/pro.py @@ -301,7 +301,7 @@ class AnswersView(ListView): if seminar.sub_title: title = seminar.sub_title + ' : ' + seminar.title else: - title = str(seminar.title) + title = seminar.title auditor = user.auditor.all() if auditor: