Bug fix for invalid reference to shared layout that has become shared template file.

This commit is contained in:
2024-09-10 16:27:15 +01:00
parent 7a90220be6
commit ff9abdbfd1
2 changed files with 0 additions and 2 deletions

View File

@@ -11,7 +11,6 @@
<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 'layouts/_shared.html' %}
</div>
<!-- Include JavaScript -->

View File

@@ -12,7 +12,6 @@
{% 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 'layouts/_shared.html' %}
</div>
<!-- Include JavaScript -->