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 %}