From 71333fe693b05d886b36dcbdf44f4ae124bffe7e Mon Sep 17 00:00:00 2001 From: muli Date: Sun, 3 Sep 2023 19:00:15 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20JS=20f=C3=BCr=20Anzeige=20und=20Funktion?= =?UTF-8?q?=20des=20Kontaktformulars=20wird=20jetzt=20auf=20der=20richtige?= =?UTF-8?q?n=20Seite=20geladen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/layout.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/layout.html b/templates/layout.html index 925f06cc..df681d9a 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -63,7 +63,7 @@ __ ____________________ {% if 'manifest.json'|asseturl is defined -%} {%- endif %} - {% if '/js/contact_form_toggle.js'|asseturl is defined and this.title == 'Kontakt' -%} + {% if '/js/contact_form_toggle.js'|asseturl is defined and this.title == 'Services' -%} {%- endif %} @@ -131,7 +131,7 @@ __ ____________________ {%- if '/js/nav_toggle.js'|asseturl is defined -%} {%- endif %} - {% if '/js/contact_form.js'|asseturl is defined and this.title == 'Kontakt' -%} + {% if '/js/contact_form.js'|asseturl is defined and this.title == 'Services' -%} {%- endif %}