From 05a86c863f3c20c32fb7c3527f186401a6aebd05 Mon Sep 17 00:00:00 2001 From: Matthias Mair <66015116+matmair@users.noreply.github.com> Date: Mon, 1 Nov 2021 01:38:21 +0100 Subject: [PATCH] Update page_base.html --- InvenTree/templates/page_base.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/InvenTree/templates/page_base.html b/InvenTree/templates/page_base.html index 7c0c808b8a..506120972a 100644 --- a/InvenTree/templates/page_base.html +++ b/InvenTree/templates/page_base.html @@ -3,9 +3,6 @@ {% load static %} {% load i18n %} -{% block breadcrumb_list %} -{% endblock %} - {% block content %}