diff --git a/InvenTree/part/templates/part/part_app_base.html b/InvenTree/part/templates/part/part_app_base.html index 67341d983a..6f4e566137 100644 --- a/InvenTree/part/templates/part/part_app_base.html +++ b/InvenTree/part/templates/part/part_app_base.html @@ -14,7 +14,7 @@ {% endblock %} {% block breadcrumbs %} - + {% if part %} {% include "part/cat_link.html" with category=part.category part=part %} {% else %}