From e2aaf6425852174a9d17d320fcee21d5cfab8a9f Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 12 May 2025 10:25:16 +0100 Subject: [PATCH] add some simple help text --- atlas/templates/atlas/case_display_block.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/atlas/templates/atlas/case_display_block.html b/atlas/templates/atlas/case_display_block.html index 2b35c3fb..be0b3c7c 100755 --- a/atlas/templates/atlas/case_display_block.html +++ b/atlas/templates/atlas/case_display_block.html @@ -194,6 +194,15 @@
Findings + + {% if can_edit %} +
+ Help +

Findings are display sets that can be added to series. Once added they will appear here on linked cases.

+

To add a finding to a series, select the series and then click the "Add finding" button.

+
+ {% endif %} + {% if case.series.all %} {% for series in case.series.all %} {% for finding in series.findings.all %}