From f1f5ee0308f028f2f6e6f9bc01d563287951b6e3 Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Mon, 24 Mar 2014 18:27:08 +0000 Subject: [PATCH] Restore normal breadcrumb block in admin/base.html This was overridden for some reason, causing the 'Home' link to be incorrect for templates that inherit admin/base.html directly. --- admin_tools/theming/templates/admin/base.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/admin_tools/theming/templates/admin/base.html b/admin_tools/theming/templates/admin/base.html index d598ee8..7101f25 100644 --- a/admin_tools/theming/templates/admin/base.html +++ b/admin_tools/theming/templates/admin/base.html @@ -55,7 +55,12 @@ {% block nav-global %}{% endblock %} - {% block breadcrumbs %}{% endblock %} + {% block breadcrumbs %} + + {% endblock %} {% endif %} {% if messages %}