From 9e9dba957efa837472f270bdeb2a3310c573c338 Mon Sep 17 00:00:00 2001 From: Korina Cordero Date: Mon, 2 Dec 2019 08:24:17 +0000 Subject: [PATCH] Change the map in the Dashboard to use leaflet and openmaps. #270 --- templates/base.html.twig | 10 +++++++- templates/home.html.twig | 51 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+), 1 deletion(-) diff --git a/templates/base.html.twig b/templates/base.html.twig index 3ef5e050..5c6aa547 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -35,8 +35,16 @@ - {% block stylesheets %}{% endblock %} + {% block stylesheets %} + + {% endblock %} + diff --git a/templates/home.html.twig b/templates/home.html.twig index 132789c1..f02d76c2 100644 --- a/templates/home.html.twig +++ b/templates/home.html.twig @@ -43,6 +43,55 @@ {% endblock %} {% block scripts %} + + +{# @@ -122,4 +171,6 @@ setInterval(displayMarkers, 60 * 1000); // END google maps stuff +#} + {% endblock %}