add some simple help text

This commit is contained in:
Ross
2025-05-12 10:25:16 +01:00
parent 1599e48584
commit e2aaf64258
@@ -194,6 +194,15 @@
<div>
<details open>
<summary><b>Findings</b></summary>
{% if can_edit %}
<details class="help-text">
<summary><i class="bi bi-info-circle"></i> Help</summary>
<p>Findings are display sets that can be added to series. Once added they will appear here on linked cases.</p>
<p>To add a finding to a series, select the series and then click the "Add finding" button.</p>
</details>
{% endif %}
{% if case.series.all %}
{% for series in case.series.all %}
{% for finding in series.findings.all %}