diff --git a/InvenTree/company/templates/company/detail.html b/InvenTree/company/templates/company/detail.html index 70254b1aaf..0b6ef06aac 100644 --- a/InvenTree/company/templates/company/detail.html +++ b/InvenTree/company/templates/company/detail.html @@ -4,7 +4,25 @@ {% include 'company/tabs.html' with tab='details' %} -

Company Details

+
+
+

Company Details

+
+
+

+ +

+
+
+ +
@@ -24,10 +42,6 @@ {% endif %} -
- - -
{% endblock %} diff --git a/InvenTree/part/templates/part/detail.html b/InvenTree/part/templates/part/detail.html index 8838abba84..fe8d6601c6 100644 --- a/InvenTree/part/templates/part/detail.html +++ b/InvenTree/part/templates/part/detail.html @@ -4,7 +4,25 @@ {% include 'part/tabs.html' with tab='detail' %} -

Part Details

+
+
+

Part Details

+
+
+

+ +

+
+
+ +
@@ -78,11 +96,6 @@ {% endif %} -
- - -
- {% endblock %} diff --git a/InvenTree/stock/templates/stock/item.html b/InvenTree/stock/templates/stock/item.html index b759d7f9b7..890b868d13 100644 --- a/InvenTree/stock/templates/stock/item.html +++ b/InvenTree/stock/templates/stock/item.html @@ -4,7 +4,7 @@
-

Stock Details

+

Stock Item Details

{{ item.quantity }} × {{ item.part.name }}