Remove breadcrumb snippet from project

This commit is contained in:
Stefan Wehrmeyer 2024-11-05 10:32:38 +01:00
parent bc541e035f
commit 5d2f5e6c0b

View file

@ -2,10 +2,6 @@
{% load cms_tags %}
{% load djangocms_alias_tags %}
{% load menu_tags %}
{% block navbar %}
{{ block.super }}
{% include "snippets/breadcrumbs.html" with breadcrumbs_background="blue-10" overlay=True %}
{% endblock navbar %}
{% block body %}
{% static_alias "govplan_header" %}
{% block app_body %}