diff --git a/colloscope/icalexport.py b/colloscope/icalexport.py index 22d28a8..9c3ae44 100644 --- a/colloscope/icalexport.py +++ b/colloscope/icalexport.py @@ -41,7 +41,7 @@ def to_calendar(etudiant, periode): event.add("location", f"{rotation.creneau.salle} ({rotation.creneau.periode.classe.lycee})") event.add("categories", "COLLE-" + str(rotation.creneau.matiere)) - description = "Groupes: {','.join(str(groupe) for groupe in rotation.groupes.all())}" + description = f"Groupes: {','.join(str(groupe) for groupe in rotation.groupes.all())}" event.add("description", description) organizer = vCalAddress("mailto:unknown@mp2i-vms.fr")