diff --git a/src/staff/templates/staff/analysisorder_detail.html b/src/staff/templates/staff/analysisorder_detail.html index 143272a4..d801a7f7 100644 --- a/src/staff/templates/staff/analysisorder_detail.html +++ b/src/staff/templates/staff/analysisorder_detail.html @@ -14,9 +14,9 @@

Order {{ object }}

{% action-button action=to_draft_url class="btn btn-tertiary" submit_text=" Convert to draft"|safe csrf_token=csrf_token %} {% endif %} {% if extraction_orders|length == 1 and not extraction_has_multiple_analysis_orders %} - Go to {{ extraction_orders.first }} + Go to {{ extraction_orders.first }} {% endif %} - Samples + Samples {% if not object.is_seen %}
{% csrf_token %} diff --git a/src/staff/templates/staff/extractionorder_detail.html b/src/staff/templates/staff/extractionorder_detail.html index c305f2e2..b36d0b15 100644 --- a/src/staff/templates/staff/extractionorder_detail.html +++ b/src/staff/templates/staff/extractionorder_detail.html @@ -15,9 +15,9 @@

Order {{ object }}

{% action-button action=to_draft_url class='btn-tertiary' submit_text=" Convert to draft"|safe csrf_token=csrf_token %} {% endif %} {% if analysis_orders|length == 1 and not analysis_has_multiple_extraction_orders %} - Go to {{ analysis_orders.first }} + Go to {{ analysis_orders.first }} {% endif %} - Samples + Samples {% if not object.is_seen %}