From 0640ae0570dc7178f85268209dfe1cba4daf9184 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Fri, 16 Jun 2023 10:21:44 +0200 Subject: [PATCH] Leaflet outside of pipeline b/c of paths. --- src/references/templates/references/map.html | 11 ++++++++++- src/wolnelektury/settings/static.py | 5 ----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/src/references/templates/references/map.html b/src/references/templates/references/map.html index d4569c73e..7cd391cf0 100644 --- a/src/references/templates/references/map.html +++ b/src/references/templates/references/map.html @@ -1,4 +1,5 @@ {% extends "2022/base.html" %} +{% load static %} {% load l10n %} {% block global-content %} @@ -8,7 +9,16 @@ {% endblock %} +{% block extrahead %} + + + +{% endblock %} + + {% block extrabody %} + +