From 242d1b994855b690727c63e69e33e7504a414ade Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Wed, 19 Mar 2025 15:54:19 +0100 Subject: [PATCH] Implemented iframes for menu items and imprint --- app/templates/moduls/base.html.j2 | 2 +- app/templates/moduls/navigation.html.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/moduls/base.html.j2 b/app/templates/moduls/base.html.j2 index 76ec759..8ddca1e 100644 --- a/app/templates/moduls/base.html.j2 +++ b/app/templates/moduls/base.html.j2 @@ -43,7 +43,7 @@

{{ company.titel }}
{{ company.subtitel }}

{{ company.address.values() | join(", ") }} -

Imprint

+

Imprint

diff --git a/app/templates/moduls/navigation.html.j2 b/app/templates/moduls/navigation.html.j2 index e57ad34..6c2e6d4 100644 --- a/app/templates/moduls/navigation.html.j2 +++ b/app/templates/moduls/navigation.html.j2 @@ -26,7 +26,7 @@ {% else %}
  • - + {{ render_icon_and_name(children) }}