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