8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-24 20:33:11 +00:00

Disable breadcrumbs to be Chibrac-ready

This commit is contained in:
Alexandre Iooss 2019-02-27 18:33:45 +01:00
parent 2eb79d04a4
commit 8929bd1971

View file

@ -211,7 +211,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
</div>
<div class="col-sm-8 text-left pt4">
{# 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 %}<h2>{{ title }}</h2>{% endif %}{% endblock %}