]> git.parisson.com Git - teleforma.git/commitdiff
grrr
authoryomguy <yomguy@parisson.com>
Wed, 20 Feb 2013 10:22:35 +0000 (11:22 +0100)
committeryomguy <yomguy@parisson.com>
Wed, 20 Feb 2013 10:22:35 +0000 (11:22 +0100)
teleforma/views/pro.py

index 198e8356a4b6f9f3ac4f47c3c0b7f2be7cf5f04a..414d557cddaa2c3be6f319f552f60db57354f22f 100644 (file)
@@ -301,7 +301,7 @@ class AnswersView(ListView):
         if seminar.sub_title:
             title = seminar.sub_title + ' : ' + seminar.title
         else:
-            title = seminar.title + ''
+            title = str(seminar.title)
 
         auditor = user.auditor.all()
         if auditor: