diff --git a/InvenTree/order/templates/order/order_wizard/match_fields.html b/InvenTree/order/templates/order/order_wizard/match_fields.html
index c1a3618d8d..c7a9b02fd2 100644
--- a/InvenTree/order/templates/order/order_wizard/match_fields.html
+++ b/InvenTree/order/templates/order/order_wizard/match_fields.html
@@ -24,9 +24,9 @@
{% block form_buttons_top %}
{% if wizard.steps.prev %}
-
+
{% endif %}
-
+
{% endblock form_buttons_top %}
{% block form_content %}
@@ -39,7 +39,7 @@
{{ col.name }}
-
@@ -68,7 +68,7 @@
{% with forloop.counter as row_index %}
-
+
|
diff --git a/InvenTree/order/templates/order/order_wizard/match_parts.html b/InvenTree/order/templates/order/order_wizard/match_parts.html
index 4f84d205ee..a8701c066c 100644
--- a/InvenTree/order/templates/order/order_wizard/match_parts.html
+++ b/InvenTree/order/templates/order/order_wizard/match_parts.html
@@ -16,9 +16,9 @@
{% block form_buttons_top %}
{% if wizard.steps.prev %}
- {% trans "Previous Step" %}
+ {% trans "Previous Step" %}
{% endif %}
- {% trans "Submit Selections" %}
+ {% trans "Submit Selections" %}
{% endblock form_buttons_top %}
{% block form_content %}
@@ -48,7 +48,7 @@
{% for row in rows %}
-
+
|
diff --git a/InvenTree/order/templates/order/order_wizard/po_upload.html b/InvenTree/order/templates/order/order_wizard/po_upload.html
index 82800525fe..6c4902b141 100644
--- a/InvenTree/order/templates/order/order_wizard/po_upload.html
+++ b/InvenTree/order/templates/order/order_wizard/po_upload.html
@@ -54,9 +54,9 @@
{% block form_buttons_bottom %}
{% if wizard.steps.prev %}
- {% trans "Previous Step" %}
+ {% trans "Previous Step" %}
{% endif %}
- {% trans "Upload File" %}
+ {% trans "Upload File" %}
{% endblock form_buttons_bottom %}
diff --git a/InvenTree/order/templates/order/order_wizard/select_parts.html b/InvenTree/order/templates/order/order_wizard/select_parts.html
index e456b234b6..9d0ccdfb82 100644
--- a/InvenTree/order/templates/order/order_wizard/select_parts.html
+++ b/InvenTree/order/templates/order/order_wizard/select_parts.html
@@ -41,7 +41,7 @@
{{ part.full_name }} {{ part.description }}
-
+
|
@@ -74,7 +74,7 @@
-
+
|
diff --git a/InvenTree/order/templates/order/order_wizard/select_pos.html b/InvenTree/order/templates/order/order_wizard/select_pos.html
index 27f60212c1..6ef2f6c910 100644
--- a/InvenTree/order/templates/order/order_wizard/select_pos.html
+++ b/InvenTree/order/templates/order/order_wizard/select_pos.html
@@ -40,7 +40,7 @@
{{ supplier.order_items|length }} |
-
+
diff --git a/InvenTree/order/templates/order/purchase_orders.html b/InvenTree/order/templates/order/purchase_orders.html
index 147f6bf244..cf509a68d2 100644
--- a/InvenTree/order/templates/order/purchase_orders.html
+++ b/InvenTree/order/templates/order/purchase_orders.html
@@ -21,13 +21,13 @@
{% trans "New Purchase Order" %}
{% endif %}
-
+
-
+
-
+
diff --git a/InvenTree/order/templates/order/sales_order_detail.html b/InvenTree/order/templates/order/sales_order_detail.html
index 61f08b3032..6203b7909a 100644
--- a/InvenTree/order/templates/order/sales_order_detail.html
+++ b/InvenTree/order/templates/order/sales_order_detail.html
@@ -59,7 +59,7 @@
-
+
diff --git a/InvenTree/order/templates/order/sales_orders.html b/InvenTree/order/templates/order/sales_orders.html
index c04512dc1c..a4d4d27280 100644
--- a/InvenTree/order/templates/order/sales_orders.html
+++ b/InvenTree/order/templates/order/sales_orders.html
@@ -24,13 +24,13 @@
{% trans "New Sales Order" %}
{% endif %}
-
+
-
+
-
+
diff --git a/InvenTree/part/templates/part/bom.html b/InvenTree/part/templates/part/bom.html
index 800e6972e7..89cacd7c3c 100644
--- a/InvenTree/part/templates/part/bom.html
+++ b/InvenTree/part/templates/part/bom.html
@@ -26,7 +26,7 @@
|