From 5348b3fbc8d45743870bb4ff485e73fef679e419 Mon Sep 17 00:00:00 2001 From: muli Date: Wed, 10 May 2023 15:44:28 +0200 Subject: [PATCH] fix: Test for the file that's actually been used. --- templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/layout.html b/templates/layout.html index 1ff019fc..925f06cc 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -131,7 +131,7 @@ __ ____________________ {%- if '/js/nav_toggle.js'|asseturl is defined -%} {%- endif %} - {% if '/js/contact_form_toggle.js'|asseturl is defined and this.title == 'Kontakt' -%} + {% if '/js/contact_form.js'|asseturl is defined and this.title == 'Kontakt' -%} {%- endif %}