From 1fc917600028f31b318bfdbe9eec2d595fb3b60a Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Thu, 9 Jan 2025 17:17:54 +0100 Subject: [PATCH] Added more conditions for navigation --- app/templates/moduls/navigation.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/moduls/navigation.html.j2 b/app/templates/moduls/navigation.html.j2 index 25eac33..7abf317 100644 --- a/app/templates/moduls/navigation.html.j2 +++ b/app/templates/moduls/navigation.html.j2 @@ -10,7 +10,7 @@ {{ render_subitems(subitem.subitems) }} - {% elif subitem.identifier %} + {% elif subitem.identifier or subitem.warning or subitem.info %}
  • {{ subitem.name }}