diff --git a/hub/static/css/_leaflet.scss b/hub/static/css/_leaflet.scss deleted file mode 100644 index 514c71e7e..000000000 --- a/hub/static/css/_leaflet.scss +++ /dev/null @@ -1,4 +0,0 @@ -.leaflet-default-icon-path { - // L.Icon.Default uses this style to work out the path to our images. - background-image: url("/static/leaflet/images/marker-icon.png") !important; -} diff --git a/hub/static/css/main.scss b/hub/static/css/main.scss index 5fe02cdb0..02ccc6e51 100644 --- a/hub/static/css/main.scss +++ b/hub/static/css/main.scss @@ -47,7 +47,6 @@ @import "../../../vendor/leaflet/leaflet-1.8.0"; -@import "leaflet"; @import "leaflet-geosearch"; @import "site-header"; diff --git a/hub/templates/hub/explore.html b/hub/templates/hub/explore.html index 6c816d6da..808232990 100644 --- a/hub/templates/hub/explore.html +++ b/hub/templates/hub/explore.html @@ -7,6 +7,17 @@ {% block script %} + {% endblock %} {% block content %}