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 %}
{{ category.description }}
- {% if category.default_location %} -Default Location: {{ category.default_location }}
- {% endif %} - {% else %} -{{ category.description }}
+ {% if category.default_location %} +Default Location: {{ category.default_location }}
+ {% endif %} + {% else %} +All parts
+ {% endif %} ++