if conference.bbb_room_id:
url = reverse('teleforma-conference-join', kwargs={'pk': conference.id})
- text = f"""Une conférence live interactive "{conference.course.title}" commence"""
+ text = f"""Une visio-conférence interactive "{conference.course.title}" commence"""
else:
url = reverse('teleforma-conference-detail', kwargs={'period_id': conference.period.id, 'pk': conference.id})
- text = f"""Une conférence live classique "{conference.course.title}" commence"""
+ text = f"""Une conférence live "{conference.course.title}" commence"""
# notify students
for student in students: