From ff9abdbfd1aa6f55b491a41cbda0ff5a475651dd Mon Sep 17 00:00:00 2001 From: teddy Date: Tue, 10 Sep 2024 16:27:15 +0100 Subject: [PATCH] Bug fix for invalid reference to shared layout that has become shared template file. --- templates/pages/core/_home.html | 1 - templates/pages/user/_user.html | 1 - 2 files changed, 2 deletions(-) diff --git a/templates/pages/core/_home.html b/templates/pages/core/_home.html index 535d2657..7513b4ce 100644 --- a/templates/pages/core/_home.html +++ b/templates/pages/core/_home.html @@ -11,7 +11,6 @@

We make websites, web apps, and desktop software

{% set block_id = 'button_get_in_touch' %} - {% include 'layouts/_shared.html' %}
diff --git a/templates/pages/user/_user.html b/templates/pages/user/_user.html index 98f928d9..d1897bc7 100644 --- a/templates/pages/user/_user.html +++ b/templates/pages/user/_user.html @@ -12,7 +12,6 @@ {% set firstname = 'new user' if user.firstname is none else user.firstname %}

Welcome, {{ firstname }}

{% set block_id = 'button_get_in_touch' %} - {% include 'layouts/_shared.html' %}