From: Guillaume Pellerin Date: Tue, 12 Apr 2016 10:45:42 +0000 (+0200) Subject: fix location address X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=bfe0767fba913e8d0707014c36f4783ef95ded7c;p=mezzo.git fix location address --- 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 %}