From 77680068c3fe5d794f5a054126bc40cc4b01222a Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Thu, 25 May 2023 20:15:36 +0200 Subject: fix script inclusion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For some reason we forgot the end tag there, which broke the inclusion of the next script, which then broke our custom layers (and the tileproxy!). Maybe we should also add some tests for the proxy 😏 --- fietsboek/templates/layout.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fietsboek/templates/layout.jinja2 b/fietsboek/templates/layout.jinja2 index b6fcea0..fcc9d95 100644 --- a/fietsboek/templates/layout.jinja2 +++ b/fietsboek/templates/layout.jinja2 @@ -117,7 +117,7 @@ const Legende = false; - -- cgit v1.2.3