From 99f280a0110659e1231f034e7dc5115d7ddc0726 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 18 Mar 2016 16:51:13 -0400 Subject: [PATCH] Show map only if lat exists. --- views/front/events/detail.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/views/front/events/detail.html b/views/front/events/detail.html index 36fbeba..4f3c70d 100644 --- a/views/front/events/detail.html +++ b/views/front/events/detail.html @@ -15,6 +15,7 @@
{if $event.locations}
+ {if $event.location.lat}
map...
Loading...
@@ -27,6 +28,7 @@ + {/if}
{/if}
-- 2.17.1