diff --git a/src/agenda_culturel/forms.py b/src/agenda_culturel/forms.py index c624ad2..4c081c8 100644 --- a/src/agenda_culturel/forms.py +++ b/src/agenda_culturel/forms.py @@ -188,7 +188,8 @@ class FixDuplicates(Form): msg = "" if e.local_version(): msg = _(" (locally modified version)") - initial = "Select-" + str(e.pk) + if e.status != Event.STATUS.TRASH: + initial = "Select-" + str(e.pk) if e.pure_import(): msg = _(" (synchronized on import version)") choices += [