From bfe0767fba913e8d0707014c36f4783ef95ded7c Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 12 Apr 2016 12:45:42 +0200 Subject: [PATCH] fix location address --- app/templates/agenda/includes/event_location.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app/templates/agenda/includes/event_location.html b/app/templates/agenda/includes/event_location.html index 20eebb9a..5ef24917 100644 --- a/app/templates/agenda/includes/event_location.html +++ b/app/templates/agenda/includes/event_location.html @@ -3,14 +3,12 @@

{% if location.featured_name %}{{ location.featured_name }}{% else %}{{ location.title }}{% endif %}

{% block event_detail_location %} -

- {{ location.address }}
- {{ location.link }}
-

+

{{ location.address }}

+

{{ location.link }}

+

{{ location.description|safe }}

{% google_static_map location 900 300 15 %}
{% trans "Click to get the interactive map" %} -

{{ location.description|safe }}

{% endblock %}
-- 2.39.5