From cc4045b57e864f010a83dda38e3a6a7978857e55 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 29 Nov 2021 19:40:03 +0000 Subject: [PATCH] . --- atlas/templates/atlas/series_viewer.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/atlas/templates/atlas/series_viewer.html b/atlas/templates/atlas/series_viewer.html index c9d829ef..a64121a0 100755 --- a/atlas/templates/atlas/series_viewer.html +++ b/atlas/templates/atlas/series_viewer.html @@ -43,9 +43,14 @@ This series is not associated with any cases. Findings {% for finding in series.findings.all %} - {{finding.findings}}, {{finding.description}}
+
+ {% for f in finding.all %} + {{f.name}} + {% endfor %} + {{finding.description}}
{{finding.annotation_json}}
Delete finding +
{% endfor %}