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 @@