From d571731fd64b7d40c7b0d79d29aa00bf124c6c09 Mon Sep 17 00:00:00 2001 From: Mandel Olaiya Date: Fri, 3 Apr 2026 19:13:03 +0200 Subject: [PATCH] Render Carbasa header directly from layout to avoid header resolver variant drift --- mandelstudio/templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mandelstudio/templates/layout.html b/mandelstudio/templates/layout.html index c95ae41..ef06c17 100644 --- a/mandelstudio/templates/layout.html +++ b/mandelstudio/templates/layout.html @@ -33,7 +33,7 @@ {% endif %} {% block navbar %} - {% include_header 'oxyan/headers/header.html' %} + {% include "carbasa/headers/header.html" %} {% endblock %} {% block content_wrapper %}