From a2394bd890f3acf836f922f8d908e0b87db0f0aa Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Thu, 13 Jun 2024 09:11:21 +0200 Subject: [PATCH] Update footer --- lps/lps/templates/footer.html | 58 +++++++++++++++++++---------------- 1 file changed, 32 insertions(+), 26 deletions(-) diff --git a/lps/lps/templates/footer.html b/lps/lps/templates/footer.html index 7b0b03b..18aa51d 100644 --- a/lps/lps/templates/footer.html +++ b/lps/lps/templates/footer.html @@ -1,35 +1,41 @@
-
- -
-{% if settings.base.NavigationSettings.links %} +{% with nav=settings.base.NavigationSettings %}
-{% endif %} -
-

- Accès administrateur -

-
+ {% if nav.links %} +
+ +
+ {% endif %} +
+

+ Accès administrateur +

+
+{% endwith %}