diff --git a/templates/base.html b/templates/base.html index d543011..04fe98e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -95,7 +95,7 @@ {% endif %} {% endwith %} -
+
{% block content %} diff --git a/templates/index.html b/templates/index.html index 27a7c6c..578a824 100644 --- a/templates/index.html +++ b/templates/index.html @@ -135,6 +135,9 @@ console.log("Pins data:", {{ pins | tojson }}); let markerCluster = L.markerClusterGroup(); {% for pin in pins %} + // {% if pin.fixed %} + // {% pass %} + // {% else %} var icon = L.divIcon({ className: '{{pin.typeofpin}}', html: iconTypes['{{pin.typeofpin}}'],