From ff1d37a1b03a71e915b453740d7b580a57d8d013 Mon Sep 17 00:00:00 2001 From: Emilie Date: Thu, 3 Nov 2016 17:13:54 +0100 Subject: [PATCH] Task #326: deleting link location --- app/templates/agenda/includes/event_metainfo.html | 10 ++++------ app/templates/agenda/includes/event_metainfo_line.html | 4 +--- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/app/templates/agenda/includes/event_metainfo.html b/app/templates/agenda/includes/event_metainfo.html index 7888836f..123132b9 100644 --- a/app/templates/agenda/includes/event_metainfo.html +++ b/app/templates/agenda/includes/event_metainfo.html @@ -7,12 +7,10 @@
{% if event.location %} - -
{{ event.location }}
- {% if event.location.room %} - {{ event.location.room }} - {% endif %} -
+
{{ event.location }}
+ {% if event.location.room %} + {{ event.location.room }} + {% endif %} {% google_static_map event 194 194 15 %} diff --git a/app/templates/agenda/includes/event_metainfo_line.html b/app/templates/agenda/includes/event_metainfo_line.html index c5e40ae8..ca525bdf 100644 --- a/app/templates/agenda/includes/event_metainfo_line.html +++ b/app/templates/agenda/includes/event_metainfo_line.html @@ -9,9 +9,7 @@
{% if event.location %} - -
{{ event.location }}
-
+
{{ event.location }}
{% endif %} {% if unit_booking %} -- 2.39.5