aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--management/commands/_private.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/management/commands/_private.py b/management/commands/_private.py
index e7f0a3c..a9d283d 100644
--- a/management/commands/_private.py
+++ b/management/commands/_private.py
@@ -105,7 +105,7 @@ def get_event(timetable, event, event_week, today):
course.groups.add(*groups)
# On récupère le champ « remarque »
- if course.notes is not None:
+ if event.notes is not None:
course.notes = event.notes.text
# On récupère le champ « nom »