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:
parent
2eb79d04a4
commit
8929bd1971
1 changed files with 2 additions and 1 deletions
|
@ -211,7 +211,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-8 text-left pt4">
|
<div class="col-sm-8 text-left pt4">
|
||||||
{# Display breadcrumbs #}
|
{# 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 #}
|
{# Some pages need a title block #}
|
||||||
{% block content_title %}{% if title %}<h2>{{ title }}</h2>{% endif %}{% endblock %}
|
{% block content_title %}{% if title %}<h2>{{ title }}</h2>{% endif %}{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue