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

index 154843612a1f94e2ef0efa1a5e46dcd48291587a..e11b854c364fcce966adecd49965db9b55daa82c 100644 (file)
@@ -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:
 
index 414d557cddaa2c3be6f319f552f60db57354f22f..6b4210f63d5e08b49d812a6f40cccf81fc422578 100644 (file)
@@ -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: