From c7e6cc6a26465bdfa47f2c3291c96bb286d653ab Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 18 Mar 2016 16:52:01 -0400 Subject: [PATCH] use locations not location --- views/front/events/detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/front/events/detail.html b/views/front/events/detail.html index 4f3c70d..3b238bd 100644 --- a/views/front/events/detail.html +++ b/views/front/events/detail.html @@ -15,7 +15,7 @@
{if $event.locations}
- {if $event.location.lat} + {if $event.locations.lat}
map...
Loading...
-- 2.17.1