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 %}