From: Guillaume Pellerin Date: Fri, 7 Mar 2025 11:23:44 +0000 (+0100) Subject: add webconf name X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=757389b246b7767d23b397686d95e850e29fa6a2;p=teleforma.git add webconf name --- diff --git a/teleforma/models/core.py b/teleforma/models/core.py index e663087c..3e9aa683 100755 --- a/teleforma/models/core.py +++ b/teleforma/models/core.py @@ -797,6 +797,7 @@ class WebclassMixin(Model): year = datetime.datetime.now().year # site_url = 'https://' + request.get_host() params = { + 'name': "Webconférence - %s" % self.title, 'moderatorPW':self.webclass_password, 'attendeePW':'pwattendee', # 'maxParticipants':self.webclass_max_participants + 1,