diff --git a/bornhack/templates/info.html b/bornhack/templates/info.html index 364b1bc3..aa84920e 100644 --- a/bornhack/templates/info.html +++ b/bornhack/templates/info.html @@ -31,10 +31,12 @@ Info | {{ block.super }} Where is BornHack going to take place?
-

- Coordinates: 55.011520, 14.975360
- Address: Baunevej 11, 3720 Aakirkeby -

+ @@ -258,5 +260,9 @@ Info | {{ block.super }} var camp_latlong = [55.011520, 14.975360]; L.marker(camp_latlong).addTo(map); + + L.marker(camp_latlong).addTo(map) + .bindPopup('Coordinates:
55.011520, 14.975360
Address:
Baunevej 11, 3720 Aakirkeby') + .openPopup(); {% endblock %}