From e7d8935e9dd15a9159acc97154f19c03cd31d068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 20 Aug 2016 11:36:17 +0200 Subject: [PATCH] gadjo: mark header as being a breadcrumb (#12888) --- templates/gadjo/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/gadjo/base.html b/templates/gadjo/base.html index 0fb2e3f..461e17a 100644 --- a/templates/gadjo/base.html +++ b/templates/gadjo/base.html @@ -1,7 +1,7 @@ {% extends "gadjo/root.html" %} {% block site-header %} -

{% block breadcrumb %}{% endblock %}

+

{% block breadcrumb %}{% endblock %}

{% endblock %} {% block more-user-links %} -- 2.9.3