From 5ace1067c20d2a24f89e191674aa1e912a72489d Mon Sep 17 00:00:00 2001 From: Felix Zumstein Date: Thu, 7 Nov 2024 23:08:45 -0300 Subject: [PATCH] more url_for fixes --- app/templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/base.html b/app/templates/base.html index e608e20..90fef62 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -52,7 +52,7 @@ {# Load Custom Functions #} {% block custom_functions_code %} - + {% endblock custom_functions_code %} {# Bootstrap with the xlwings theme #} {% if settings.enable_bootstrap %} @@ -69,7 +69,7 @@ {# Own #} - +