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

index c07314364940c0688ecbe93e3ac7005daac33043..198e8356a4b6f9f3ac4f47c3c0b7f2be7cf5f04a 100644 (file)
@@ -299,9 +299,9 @@ class AnswersView(ListView):
         path = reverse('teleforma-seminar-detail', kwargs={'pk':seminar.id})
 
         if seminar.sub_title:
-            title = unicode(seminar.sub_title) + ' : ' + seminar.title
+            title = seminar.sub_title + ' : ' + seminar.title
         else:
-            title = unicode('') + seminar.title
+            title = seminar.title + ''
 
         auditor = user.auditor.all()
         if auditor: