From: Guillaume Pellerin Date: Wed, 5 Feb 2025 09:48:22 +0000 (+0100) Subject: fix encoding X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=33f579d9785f113b432acd8046c9d5d1747dc4dc;p=teleforma.git fix encoding --- diff --git a/teleforma/webclass/models.py b/teleforma/webclass/models.py index da2c0d8d..04318647 100644 --- a/teleforma/webclass/models.py +++ b/teleforma/webclass/models.py @@ -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,), + 'welcome': "Pré-Barreau CRFPA %d - Bienvenue sur la webclass \"%s\"." % (year, self.webclass.course.title.encode('UTF-8'),), 'record': True, # 'autoStartRecording':True, 'muteOnStart': True,