From 92fbacff02540a5c1fd319bfd4d0f92b15e5642e Mon Sep 17 00:00:00 2001 From: Mandel Olaiya Date: Wed, 13 May 2026 22:29:13 +0200 Subject: [PATCH] Hotfix staging: inline header overrides to avoid static manifest lookup --- mandelstudio/templates/layout.html | 150 ++++++++++++++++++++++++++++- 1 file changed, 149 insertions(+), 1 deletion(-) diff --git a/mandelstudio/templates/layout.html b/mandelstudio/templates/layout.html index 9d24a02..ddf7145 100644 --- a/mandelstudio/templates/layout.html +++ b/mandelstudio/templates/layout.html @@ -15,7 +15,6 @@ {{ block.super }} {# Ensure Carbasa webshop styling is present so responsive header/footer render correctly. #} - {% endblock %} {% block extrahead %} @@ -26,6 +25,155 @@ {% endif %} {{ block.super }} + {% if cookie_jar.needs_approval %} {% endif %}