This commit is contained in:
Ross
2021-11-29 19:40:03 +00:00
parent 5e3d390917
commit cc4045b57e
+6 -1
View File
@@ -43,9 +43,14 @@ This series is not associated with any cases.
<summary>Findings</summary>
{% for finding in series.findings.all %}
{{finding.findings}}, {{finding.description}}<br />
<div>
{% for f in finding.all %}
{{f.name}}
{% endfor %}
{{finding.description}}<br />
{{finding.annotation_json}}<br />
<a href="{% url 'atlas:delete_finding' pk=finding.pk %}">Delete finding</a>
</div>
{% endfor %}
</details>