]> git.parisson.com Git - teleforma.git/commitdiff
fix title encoding
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 5 Feb 2025 10:17:52 +0000 (11:17 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 5 Feb 2025 10:17:52 +0000 (11:17 +0100)
teleforma/webclass/models.py

index 77e2680002d8150db266b67a19c9cfda66f2502c..425693101e399be3231987f54751dff40b89b7b9 100644 (file)
@@ -295,7 +295,7 @@ class WebclassSlot(models.Model):
                     'moderatorPW': self.room_password,
                     'attendeePW': "PWATTENDEE",
                     # 'maxParticipants':self.webclass_max_participants + 1,
-                    'welcome': "Pré-Barreau CRFPA %d - Bienvenue sur la webclass \"%s\"." % (year, self.webclass.course.title.encode('UTF-8'),),
+                    'welcome': "Pré-Barreau CRFPA %d - Bienvenue sur la webclass \"%s\"." % (year, self.webclass.course.title,),
                     'record': True,
                     # 'autoStartRecording': False,
                     'allowStartStopRecording': True,