diff --git a/src/agenda_culturel/models.py b/src/agenda_culturel/models.py index 6245314..117fd91 100644 --- a/src/agenda_culturel/models.py +++ b/src/agenda_culturel/models.py @@ -1359,8 +1359,7 @@ class Event(models.Model): if all and exact_location: result += ["exact_location"] result += ["image_alt", "reference_urls", "recurrences"] - if all: - result += ["tags"] + return result def find_last_imported(events):