From 8929bd197133a133be347bccc9dbfb2a2bd5b5af Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Wed, 27 Feb 2019 18:33:45 +0100 Subject: [PATCH] Disable breadcrumbs to be Chibrac-ready --- templates/base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 85eea9b0..f5c69032 100644 --- a/templates/base.html +++ b/templates/base.html @@ -211,7 +211,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{# Display breadcrumbs #} - {% block breadcrumbs %}{% endblock %} + {# it is disabled until all page are fully integrated with it #} + {# {% block breadcrumbs %}{% endblock %} #} {# Some pages need a title block #} {% block content_title %}{% if title %}

{{ title }}

{% endif %}{% endblock %}