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 %}
@@ -60,4 +57,4 @@ {% block page_content %} {% endblock %} -{% endblock %} \ No newline at end of file +{% endblock %}