diff --git a/src/agenda_culturel/forms.py b/src/agenda_culturel/forms.py index e412872..b2f19d0 100644 --- a/src/agenda_culturel/forms.py +++ b/src/agenda_culturel/forms.py @@ -182,7 +182,7 @@ class FixDuplicates(Form): choices = [] initial = None for i, e in enumerate(events): - if e.status != Event.STATUS.TRASH: + if e.status != Event.STATUS.TRASH or e.modified(): msg = "" if e.local_version(): msg = _(" (locally modified version)")