From 1011ad9b8483a4bff7aea6aba89e41644690ef3e Mon Sep 17 00:00:00 2001 From: orson Date: Mon, 24 Mar 2025 17:13:32 -0600 Subject: [PATCH] fixed top padding --- templates/base.html | 2 +- templates/index.html | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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}}'],