projects
/
WP-Plugins
/
glm-member-db-events.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99f280a
)
use locations not location
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 18 Mar 2016 20:52:01 +0000
(16:52 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 18 Mar 2016 20:52:01 +0000
(16:52 -0400)
views/front/events/detail.html
patch
|
blob
|
history
diff --git
a/views/front/events/detail.html
b/views/front/events/detail.html
index
4f3c70d
..
3b238bd
100644
(file)
--- a/
views/front/events/detail.html
+++ b/
views/front/events/detail.html
@@
-15,7
+15,7
@@
<div class="row">
{if $event.locations}
<div class="small-5 column">
- {if $event.location.lat}
+ {if $event.location
s
.lat}
<div id="eventDetailMap">
<div id="eventDetail-map" title="Click to enlarge">map...</div>
<div id="map-dialog"><div id="map_canvas" style="width:500px; height:400px">Loading...</div></div>