From 6b57efde799d7a367453eeec25a671bb6a5f488b Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 5 Feb 2025 21:23:04 +0100 Subject: [PATCH] fixes templating (main-tag) --- templates/download_results.html | 2 -- templates/footer.html | 3 ++- templates/header.html | 3 ++- templates/index.html | 2 -- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/templates/download_results.html b/templates/download_results.html index 94e7cd7..ab5c09b 100644 --- a/templates/download_results.html +++ b/templates/download_results.html @@ -1,6 +1,5 @@ {% include "header.html" %} -
@@ -87,7 +86,6 @@
-
{% block scripts %} {{ bootstrap.load_js() }} diff --git a/templates/footer.html b/templates/footer.html index ab0b96a..4d370db 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,4 +1,5 @@ - + + \ No newline at end of file diff --git a/templates/header.html b/templates/header.html index 10edefe..5154f72 100644 --- a/templates/header.html +++ b/templates/header.html @@ -28,4 +28,5 @@ - \ No newline at end of file + +
\ No newline at end of file diff --git a/templates/index.html b/templates/index.html index dfd15c9..e673002 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,5 +1,4 @@ {% include "header.html" %} -

Config

@@ -40,7 +39,6 @@
-
{% block scripts %} {{ bootstrap.load_js() }}