From 68645b95cc0de9985edeefccc50a759e8c6b8bed Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Tue, 27 Feb 2024 19:56:27 +0100 Subject: [PATCH] removed "url_for" to prevent proxy http/https missmatch --- app/templates/layouts/base.html | 14 +++++++------- app/templates/layouts/bootstrap.html | 10 +++++----- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/app/templates/layouts/base.html b/app/templates/layouts/base.html index ffb20ae..f10b77e 100644 --- a/app/templates/layouts/base.html +++ b/app/templates/layouts/base.html @@ -9,23 +9,23 @@ - - - - - + + + + + {% block styles %} {% endblock %} - + {% block body %} {% endblock %} - + {% block scripts %} {% endblock %} diff --git a/app/templates/layouts/bootstrap.html b/app/templates/layouts/bootstrap.html index 6fddfb7..ad8114b 100644 --- a/app/templates/layouts/bootstrap.html +++ b/app/templates/layouts/bootstrap.html @@ -2,12 +2,12 @@ {% block styles %} {{ super() }} - - - + + + - - + + {% endblock %}