Compare commits

..

No commits in common. "22b6e779975e36eb054e41f3d27905c417221953" and "b563e962dd2f905d252a1b838b75c20cde7b3375" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -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 = f"Groupes: {','.join(str(groupe) for groupe in rotation.groupes.all())}"
description = "Groupes: {','.join(str(groupe) for groupe in rotation.groupes.all())}"
event.add("description", description)
organizer = vCalAddress("mailto:unknown@mp2i-vms.fr")