From 20987274af7b68c84fa5f90f6af816be6596d121 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 27 Apr 2026 21:30:34 +0100 Subject: [PATCH] feat: Update self-review button visibility based on question completion status --- .../atlas/partials/_collection_case_jump.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/atlas/templates/atlas/partials/_collection_case_jump.html b/atlas/templates/atlas/partials/_collection_case_jump.html index 52201bc1..dd0e5cdd 100644 --- a/atlas/templates/atlas/partials/_collection_case_jump.html +++ b/atlas/templates/atlas/partials/_collection_case_jump.html @@ -18,11 +18,13 @@
Answer - {% if item.self_review_view_url %} - View review - Edit - {% else %} - Add review + {% if question_completed%} + {% if item.self_review_view_url %} + View review + Edit + {% else %} + Add review + {% endif %} {% endif %}