From a8ff540e95c9de4bd0a47d390674ff7e4e81bd97 Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Thu, 22 Feb 2024 16:31:42 +0100 Subject: [PATCH] Template base: inclusion multiselect + reorganisation --- app/templates/babase.j2 | 8 ++++++++ app/templates/sco_page.j2 | 7 ------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/app/templates/babase.j2 b/app/templates/babase.j2 index 6394643c..45d9d1dd 100644 --- a/app/templates/babase.j2 +++ b/app/templates/babase.j2 @@ -14,6 +14,7 @@ {%- block styles %} + {%- endblock styles %} {%- endblock head %} @@ -26,7 +27,14 @@ {% block scripts %} + + + + + + + diff --git a/app/templates/sco_page.j2 b/app/templates/sco_page.j2 index f50bd4cb..00ae2ec4 100644 --- a/app/templates/sco_page.j2 +++ b/app/templates/sco_page.j2 @@ -43,13 +43,6 @@ {{ super() }} - - - - - - -