diff --git a/src/agenda_culturel/views.py b/src/agenda_culturel/views.py index 6e8f1fa..e53a52e 100644 --- a/src/agenda_culturel/views.py +++ b/src/agenda_culturel/views.py @@ -583,6 +583,7 @@ class EventUpdateView( obj.set_no_modification_date_changed() obj.save() result["other_versions"] = obj.other_versions + result["status"] = Event.STATUS.PUBLISHED if obj.local_image: result["old_local_image"] = obj.local_image.name