From 56db73b21fd317e4013128c62c59e963e623d01f Mon Sep 17 00:00:00 2001 From: aastabk Date: Thu, 31 Jul 2025 09:01:21 +0200 Subject: [PATCH] Swapped colors for buttons --- src/staff/templates/staff/analysisorder_detail.html | 4 ++-- src/staff/templates/staff/extractionorder_detail.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 %}