Skip to content
Snippets Groups Projects
Commit af899b4c authored by Bady's avatar Bady
Browse files

Fix location mapping

parent 1295ae25
Branches
No related merge requests found
......@@ -44,8 +44,11 @@ block content
h4.list-group-item-heading= evt.name
.list-group-item.separator
label= "LOCATION"
a(href="http://www.openstreetmap.org/?mlat=" + evt.lat + "&mlon=" + evt.lng + "&ref=FSCI")
h4.list-group-item-heading= evt.locationname
if (evt.lat != "" && evt.lng != "")
a(href="http://www.openstreetmap.org/?mlat=" + evt.lat + "&mlon=" + evt.lng + "&ref=FSCI")
h4.list-group-item-heading= evt.locationame
else
h4.list-group-item-heading= evt.locationame
.list-group-item.separator
label= "ORGANIZED BY"
h4.list-group-item-heading= evt.organizedby
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment