From 335299c670630b9cc73a792167d076de81cc250a Mon Sep 17 00:00:00 2001 From: Matteo Rosati Date: Wed, 11 Feb 2026 15:38:05 +0100 Subject: [PATCH] remove old CDN maplibre --- frontend/templates/frontend/base.html | 32 ++++++++++++++++++--------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/frontend/templates/frontend/base.html b/frontend/templates/frontend/base.html index f220ad6..76500d8 100644 --- a/frontend/templates/frontend/base.html +++ b/frontend/templates/frontend/base.html @@ -6,22 +6,32 @@ {% block title %}{% endblock %} - - - - - - + + + + + + {% block extra_css %}{% endblock %} - + {% block js_top %}{% endblock %} -
- {% include "frontend/partials/header.html" %} -
+
{% include "frontend/partials/header.html" %}
{% block content %} {% endblock %} - {% block js_bottom %}{% endblock %}