diff --git a/src/agenda_culturel/templates/agenda_culturel/single-event/event-in-flat-list-inc.html b/src/agenda_culturel/templates/agenda_culturel/single-event/event-in-flat-list-inc.html index a8526ed..a8c7c57 100644 --- a/src/agenda_culturel/templates/agenda_culturel/single-event/event-in-flat-list-inc.html +++ b/src/agenda_culturel/templates/agenda_culturel/single-event/event-in-flat-list-inc.html @@ -12,8 +12,10 @@ {% if not no_location %} - {% picto_from_name "map-pin" %} - {% include "agenda_culturel/event-location-inc.html" with event=event %} + {% if event.location or event.exact_location %} + {% picto_from_name "map-pin" %} + {% include "agenda_culturel/event-location-inc.html" with event=event %} + {% endif %} {% endif %} {% if event.has_recurrences %}