diff --git a/src/staff/templates/staff/analysisorder_detail.html b/src/staff/templates/staff/analysisorder_detail.html
index 91f4c877..cfded782 100644
--- a/src/staff/templates/staff/analysisorder_detail.html
+++ b/src/staff/templates/staff/analysisorder_detail.html
@@ -19,7 +19,9 @@
Order {{ object }}
{% if not object.is_seen %}
{% endif %}
diff --git a/src/staff/templates/staff/components/seen_column.html b/src/staff/templates/staff/components/seen_column.html
index 8b8dd9c3..7424cb32 100644
--- a/src/staff/templates/staff/components/seen_column.html
+++ b/src/staff/templates/staff/components/seen_column.html
@@ -3,5 +3,7 @@
diff --git a/src/staff/templates/staff/equipmentorder_detail.html b/src/staff/templates/staff/equipmentorder_detail.html
index fc6a68ac..8bd24687 100644
--- a/src/staff/templates/staff/equipmentorder_detail.html
+++ b/src/staff/templates/staff/equipmentorder_detail.html
@@ -12,6 +12,7 @@
Order {{ object }}
{% object-detail-staff object=object %}
@@ -31,18 +32,4 @@ Requested Equipment
{% endfor %}
{% /table %}
-
-
-
Back
-
Assign staff
- {% comment %}
- {% if object.status == 'draft' %}
-
Edit
-
Edit requested equipment
- {% url 'genrequest-order-confirm' genrequest_id=object.genrequest_id pk=object.id as confirm_order_url %}
- {% action-button action=confirm_order_url class="bg-secondary text-white" submit_text="Deliver order" csrf_token=csrf_token %}
-
Delete
- {% endif %}
- {% endcomment %}
-
{% endblock %}
diff --git a/src/staff/templates/staff/extractionorder_detail.html b/src/staff/templates/staff/extractionorder_detail.html
index f132f1fa..006de46d 100644
--- a/src/staff/templates/staff/extractionorder_detail.html
+++ b/src/staff/templates/staff/extractionorder_detail.html
@@ -19,7 +19,9 @@ Order {{ object }}
{% if not object.is_seen %}
{% endif %}