From 78577076c12ce4e1cdf4185de8a4578806d2c6fe Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 24 Nov 2025 12:44:55 +0000 Subject: [PATCH] Refactor discussion and report sections to use card layout for improved presentation and user interaction --- .../atlas/collection_case_view_take.html | 36 +++++++++---------- 1 file changed, 16 insertions(+), 20 deletions(-) diff --git a/atlas/templates/atlas/collection_case_view_take.html b/atlas/templates/atlas/collection_case_view_take.html index e70d1e71..0232b3c0 100644 --- a/atlas/templates/atlas/collection_case_view_take.html +++ b/atlas/templates/atlas/collection_case_view_take.html @@ -156,28 +156,24 @@ {% endif %} {% if show_discussion and case.discussion %} -

-

- - Discussion: - -
- {{case.discussion|linebreaks}} -
-
-

+
+ + Discussion + +
+ {{case.discussion|linebreaks}} +
+
{% endif %} {% if show_report and case.report %} -

-

- - Report: - -
- {{case.report|linebreaks}} -
-
-

+
+ + Report + +
+ {{case.report|linebreaks}} +
+
{% endif %} {% if question_completed %}