Bug fix for missing buttons due to outdated reference to shared layout file button components which moved to components/common/buttons/_buttons_save_cancel.html

This commit is contained in:
2024-09-10 16:35:10 +01:00
parent c29e6f62ac
commit 7a2d3d22b7
3 changed files with 3 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
<div>
<h2 style="font-size: 24px; color: white; font-weight: normal;">We make websites, web apps, and desktop software</h2>
{% set block_id = 'button_get_in_touch' %}
{% include 'components/common/buttons/_buttons_save_cancel.html' %}
</div>
<!-- Include JavaScript -->

View File

@@ -49,7 +49,7 @@
If you need information on this website in a different format like accessible PDF, large print, easy read, audio recording or braille:
</p>
{% set block_id = 'button_get_in_touch' %}
{% include 'layouts/_shared.html' %}
{% include 'components/common/buttons/_buttons_save_cancel.html' %}
<p>
Well consider your request and get back to you in 7 days.

View File

@@ -12,6 +12,7 @@
{% set firstname = 'new user' if user.firstname is none else user.firstname %}
<h2 style="font-size: 24px; color: white; font-weight: normal;">Welcome, {{ firstname }}</h2>
{% set block_id = 'button_get_in_touch' %}
{% include 'components/common/buttons/_buttons_save_cancel.html' %}
</div>
<!-- Include JavaScript -->