From 1acc9808b597edd304bd00bf4afa6edace12c432 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 22 Jul 2024 09:07:08 +0100 Subject: [PATCH] . --- .../atlas/collection_case_view_take.html | 5 +++- .../atlas/collection_take_overview.html | 28 +++++++++---------- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/atlas/templates/atlas/collection_case_view_take.html b/atlas/templates/atlas/collection_case_view_take.html index 23a4c75a..e869758d 100644 --- a/atlas/templates/atlas/collection_case_view_take.html +++ b/atlas/templates/atlas/collection_case_view_take.html @@ -16,6 +16,9 @@ +{% comment %}
+ Help +
{% endcomment %} {% if not question_completed %} @@ -53,7 +56,7 @@ {% if collection.show_ohif_viewer_link %}
- View case in OHIF + Launch advanced viewer.
{% endif %} diff --git a/atlas/templates/atlas/collection_take_overview.html b/atlas/templates/atlas/collection_take_overview.html index a4ab2550..16ef8f93 100644 --- a/atlas/templates/atlas/collection_take_overview.html +++ b/atlas/templates/atlas/collection_take_overview.html @@ -56,23 +56,23 @@ Start time: {{cid_user_exam.start_time}} {% if collection.self_review %}

Completed: {{cid_user_exam.completed}}

- - - {% if not cid_user_exam.completed %} -
- -
- {% endif %} - {% endif %} + {% if not collection.self_review and not cid_user_exam.completed %} +
+ +
+ {% endif %} + + + {% endblock %} {% block js %}