From 3a21c18ba9c1e0e2f97277719e59a9604e9464f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Fri, 4 Mar 2022 21:12:16 +0100 Subject: [PATCH] Removed loading modal, as this is now done by turbo. --- templates/base.html.twig | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/templates/base.html.twig b/templates/base.html.twig index 27ab6230..bbacaa6d 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -78,14 +78,14 @@ -
-
+
+ {# Here will be the real content be injected#} {% block content %} {% endblock %} -
+ {% block scripts %} @@ -96,24 +96,6 @@
- {# Modal for loading bar #} - - {# Back to top buton #}