Remove stray header debug text
This commit is contained in:
@@ -1,13 +1,5 @@
|
|||||||
{% load i18n oxyan category_tags ocyan_main ocyanjson wagtailsettings_tags %}
|
{% 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 %}
|
{% get_settings %}
|
||||||
{% if settings.ocyan_plugin_wagtail.OcyanSettings.promo_header %}
|
{% if settings.ocyan_plugin_wagtail.OcyanSettings.promo_header %}
|
||||||
<div class="promo_header">
|
<div class="promo_header">
|
||||||
@@ -80,4 +72,3 @@
|
|||||||
|
|
||||||
{# Ensure the popup search modal exists even on pages not using `layout.html`. #}
|
{# Ensure the popup search modal exists even on pages not using `layout.html`. #}
|
||||||
{% include "partials/search_modal.html" %}
|
{% include "partials/search_modal.html" %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user