From dff722a4af5e45fdb60764988f02f45e7607e98f Mon Sep 17 00:00:00 2001 From: Stef Date: Mon, 11 Aug 2025 15:02:44 +0200 Subject: [PATCH] Update base.html --- application/templates/base.html | 47 ++++++++++++++++++--------------- 1 file changed, 26 insertions(+), 21 deletions(-) diff --git a/application/templates/base.html b/application/templates/base.html index d33c9d7..7323c8f 100644 --- a/application/templates/base.html +++ b/application/templates/base.html @@ -18,32 +18,37 @@ aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> - +
{% with messages = get_flashed_messages() %} {% if messages %}