From 12afb19dfa5e04b6f123d0259b6629cfb5b7879b Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 8 Dec 2021 01:11:21 +0100 Subject: [PATCH] move toggle --- InvenTree/part/templates/part/part_app_base.html | 1 + InvenTree/templates/base.html | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/part/templates/part/part_app_base.html b/InvenTree/part/templates/part/part_app_base.html index 992ac15e87..67341d983a 100644 --- a/InvenTree/part/templates/part/part_app_base.html +++ b/InvenTree/part/templates/part/part_app_base.html @@ -14,6 +14,7 @@ {% endblock %} {% block breadcrumbs %} + {% if part %} {% include "part/cat_link.html" with category=part.category part=part %} {% else %} diff --git a/InvenTree/templates/base.html b/InvenTree/templates/base.html index c821a98000..da7d46ee38 100644 --- a/InvenTree/templates/base.html +++ b/InvenTree/templates/base.html @@ -114,7 +114,6 @@