diff --git a/InvenTree/build/templates/build/detail.html b/InvenTree/build/templates/build/detail.html
index 4011ca7dfb..8b8a53023b 100644
--- a/InvenTree/build/templates/build/detail.html
+++ b/InvenTree/build/templates/build/detail.html
@@ -10,6 +10,7 @@
+
|
{% trans "Title" %} |
diff --git a/InvenTree/company/templates/company/company_base.html b/InvenTree/company/templates/company/company_base.html
index 873d6747be..19ef2a0e60 100644
--- a/InvenTree/company/templates/company/company_base.html
+++ b/InvenTree/company/templates/company/company_base.html
@@ -43,6 +43,7 @@ InvenTree | {% trans "Company" %} - {{ company.name }}
+
{% if company.website %}
|
diff --git a/InvenTree/company/templates/company/detail.html b/InvenTree/company/templates/company/detail.html
index 93e9e5bbb9..adb999fb4d 100644
--- a/InvenTree/company/templates/company/detail.html
+++ b/InvenTree/company/templates/company/detail.html
@@ -9,14 +9,18 @@
-
- {% trans "Customer" %} |
- {% include 'yesnolabel.html' with value=company.is_customer %} |
-
-
- {% trans "Supplier" %} |
- {% include 'yesnolabel.html' with value=company.is_supplier %} |
-
+
+
+
+ |
+ {% trans "Customer" %} |
+ {% include 'yesnolabel.html' with value=company.is_customer %} |
+
+
+ |
+ {% trans "Supplier" %} |
+ {% include 'yesnolabel.html' with value=company.is_supplier %} |
+
{% endblock %}
diff --git a/InvenTree/order/templates/order/order_base.html b/InvenTree/order/templates/order/order_base.html
index 6452f8ab2c..e5ed77cf4f 100644
--- a/InvenTree/order/templates/order/order_base.html
+++ b/InvenTree/order/templates/order/order_base.html
@@ -60,6 +60,7 @@ InvenTree | {{ order }}
{% trans "Purchase Order Details" %}
+
|
{% trans "Supplier" %} |
diff --git a/InvenTree/part/templates/part/category.html b/InvenTree/part/templates/part/category.html
index ec8fd8d8e0..2161ff1bd9 100644
--- a/InvenTree/part/templates/part/category.html
+++ b/InvenTree/part/templates/part/category.html
@@ -33,6 +33,7 @@
{% if category %}
{% trans "Category Details" %}
+
|
{% trans "Category Path" %} |
@@ -71,6 +72,7 @@
{% else %}
{% trans "Category Details" %}
+
|
{% trans "Part Categories" %} |
diff --git a/InvenTree/part/templates/part/detail.html b/InvenTree/part/templates/part/detail.html
index 64e0bed5bc..2c3e5a2884 100644
--- a/InvenTree/part/templates/part/detail.html
+++ b/InvenTree/part/templates/part/detail.html
@@ -13,6 +13,7 @@
+
|
{% trans "Part name" %} |
diff --git a/InvenTree/part/templates/part/part_base.html b/InvenTree/part/templates/part/part_base.html
index b75b01cb12..abac62f059 100644
--- a/InvenTree/part/templates/part/part_base.html
+++ b/InvenTree/part/templates/part/part_base.html
@@ -70,6 +70,7 @@
+
{% if part.IPN %}
|
diff --git a/InvenTree/stock/templates/stock/item_base.html b/InvenTree/stock/templates/stock/item_base.html
index 9ef0762a07..949823b83b 100644
--- a/InvenTree/stock/templates/stock/item_base.html
+++ b/InvenTree/stock/templates/stock/item_base.html
@@ -73,6 +73,7 @@
+
|
Part |
diff --git a/InvenTree/stock/templates/stock/location.html b/InvenTree/stock/templates/stock/location.html
index aad5b2b9e8..7117e54c60 100644
--- a/InvenTree/stock/templates/stock/location.html
+++ b/InvenTree/stock/templates/stock/location.html
@@ -36,6 +36,7 @@
{% if location %}
{% trans "Location Details" %}
+
|
{% trans "Location Path" %} |
@@ -60,6 +61,7 @@
{% else %}
{% trans "Stock Details" %}
+
|
{% trans "Stock Locations" %} |
diff --git a/InvenTree/templates/InvenTree/index.html b/InvenTree/templates/InvenTree/index.html
index a4c6b68ef4..c4eb5990cc 100644
--- a/InvenTree/templates/InvenTree/index.html
+++ b/InvenTree/templates/InvenTree/index.html
@@ -24,10 +24,16 @@ InvenTree | Index
{% endblock %}
{% block js_ready %}
+
+console.log("abcde?");
+
{{ block.super }}
-$("#to-build-table").bootstrapTable();
-$("#to-order-table").bootstrapTable();
-$("#starred-parts-table").bootstrapTable();
+//TODO: These calls to bootstrapTable() are failing, for some reason?
+//$("#to-build-table").bootstrapTable();
+//$("#to-order-table").bootstrapTable();
+//$("#starred-parts-table").bootstrapTable();
+
+console.log("Got to here...");
{% endblock %}
\ No newline at end of file
diff --git a/InvenTree/templates/required_part_table.html b/InvenTree/templates/required_part_table.html
index 74feb07336..a1e26e2894 100644
--- a/InvenTree/templates/required_part_table.html
+++ b/InvenTree/templates/required_part_table.html
@@ -1,11 +1,11 @@
- Part |
- Description |
- In Stock |
- On Order |
- Allocted |
- Net Stock |
+ Part |
+ Description |
+ In Stock |
+ On Order |
+ Allocted |
+ Net Stock |
{% for part in parts %}