From 71aa49b1b16f799bb4963eb5226b45429f46a5d2 Mon Sep 17 00:00:00 2001 From: iziram Date: Tue, 18 Apr 2023 14:02:07 +0200 Subject: [PATCH] bugfix : disparition liste dept page accueil --- app/templates/base.j2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/templates/base.j2 b/app/templates/base.j2 index a496c4c51..48d8b8eff 100644 --- a/app/templates/base.j2 +++ b/app/templates/base.j2 @@ -64,11 +64,14 @@ {% block content %}
{% include "flashed_messages.j2" %} + +
+
{# application content needs to be provided in the app_content block #} {% block app_content %}{% endblock %}