on affiche la vraie localisation dans le diff

This commit is contained in:
Jean-Marie Favreau 2024-04-28 10:20:01 +02:00
parent 25460b96ba
commit edbbb4597f
1 changed files with 1 additions and 1 deletions

View File

@ -603,7 +603,7 @@ class Event(models.Model):
else:
result = []
result += ["title", "location", "start_day", "start_time", "end_day", "end_time", "description", "image"]
result += ["title", "location", "exact_location", "start_day", "start_time", "end_day", "end_time", "description", "image"]
if all:
result += ["local_image"]
result += ["image_alt", "reference_urls", "recurrences"]