contact form

main
alexanderroese 2024-06-21 11:13:46 +02:00
parent 79d8de2beb
commit 235a51bba6
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@
%}
<script>
console.log("15", "{{ settings.color_schemes["scheme-shx-texte-navbar"]["settings"]["background"] }}", {% render "shx-current-page" %})
console.log("16", "{{ settings.color_schemes["scheme-shx-texte-navbar"]["settings"]["background"] }}", {% render "shx-current-page" %})
</script>

View File

@ -19,7 +19,7 @@
assign current_page = shx_texte
elsif page.url == shx_figuren_url or product.tags contains shx_figuren_tag
assign current_page = shx_figuren
elsif page.url ==shx_contact_url
elsif page.url == shx_contact_url
assign current_page = shx_contact
endif
%}