Remove stray header debug text

This commit is contained in:
2026-04-26 13:36:09 +02:00
parent 504609f7a4
commit 65fd0de4fc

View File

@@ -1,13 +1,5 @@
{% load i18n oxyan category_tags ocyan_main ocyanjson wagtailsettings_tags %}
{#
Project override:
Use the Carbasa webshop header markup (search + user bar + basket) even when
the active header selection resolves to `carbasa/headers/header.html`.
This keeps staging/local consistent and ensures our `oxyan/headers/partials/*`
overrides (language switcher, popup search) are actually used.
#}
{% get_settings %}
{% if settings.ocyan_plugin_wagtail.OcyanSettings.promo_header %}
<div class="promo_header">
@@ -80,4 +72,3 @@
{# Ensure the popup search modal exists even on pages not using `layout.html`. #}
{% include "partials/search_modal.html" %}