diff --git a/InvenTree/part/templates/part/detail.html b/InvenTree/part/templates/part/detail.html index eff9168849..b41e470bd2 100644 --- a/InvenTree/part/templates/part/detail.html +++ b/InvenTree/part/templates/part/detail.html @@ -33,7 +33,7 @@ {% endif %} - + {% trans "Description" %} {{ part.description }} @@ -46,11 +46,20 @@ {% endif %} {% if part.keywords %} - + {% trans "Keywords" %} {{ part.keywords }} {% endif %} + + + {% trans "Category" %} + + {% if part.category %} + {{ part.category.pathstring }} + {% endif %} + + {% if part.URL %} @@ -58,15 +67,6 @@ {{ part.URL }} {% endif %} - - - {% trans "Category" %} - - {% if part.category %} - {{ part.category.pathstring }} - {% endif %} - - {% if part.default_location %} @@ -90,7 +90,7 @@ {% if part.minimum_stock > 0 %} - + {% trans "Minimum Stock" %} {{ part.minimum_stock }}