diff --git a/InvenTree/part/templates/part/category.html b/InvenTree/part/templates/part/category.html index bc8a99a3dd..9e6a923dda 100644 --- a/InvenTree/part/templates/part/category.html +++ b/InvenTree/part/templates/part/category.html @@ -61,29 +61,36 @@ {% endblock %} {% block details_left %} -{% if category %} -
{{ category.description }}
-{% else %} -{% trans "Top level part category" %}
-{% endif %} - -{% endblock %} ++ | {% trans "Description" %} | +{{ category.description }} | +
+ | {% trans "Category Path" %} | +{{ category.pathstring }} | +
+ | {% trans "Category Path" %} | +{% trans "Top level part category" %} | +
- | {% trans "Category Path" %} | -{{ category.pathstring }} | -
- | {% trans "Category Description" %} | -{{ category.description }} | -
@@ -124,7 +131,7 @@ |