diff --git a/InvenTree/part/templates/part/category.html b/InvenTree/part/templates/part/category.html index bbe449d217..1109b26180 100644 --- a/InvenTree/part/templates/part/category.html +++ b/InvenTree/part/templates/part/category.html @@ -4,36 +4,35 @@ {% block content %}
-
- {% if category %} -

{{ category.name }}

-

{{ category.description }}

- {% if category.default_location %} -

Default Location: {{ category.default_location }}

- {% endif %} - {% else %} -

Part Categories

- {% endif %} -
-
-

-
- - {% if category %} -

-
{% if category and category.children.all|length > 0 %}