From c890d2ac12513b051a6ffae230aa3a08336f2019 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 6 Dec 2021 15:17:08 +0000 Subject: [PATCH] . --- atlas/templates/atlas/case_display_block.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/atlas/templates/atlas/case_display_block.html b/atlas/templates/atlas/case_display_block.html index cbfbfdf4..ea5f8946 100755 --- a/atlas/templates/atlas/case_display_block.html +++ b/atlas/templates/atlas/case_display_block.html @@ -47,11 +47,12 @@ {% for finding in series.findings.all %}
Findings: {% for f in finding.findings.all %} - {{finding.get_link}}, + {{f.get_link}}, {% endfor %} -
- Structure: {{finding.structure}}
+ Structure: {% for s in finding.structures.all %} + {{s.get_link}}, + {% endfor %}
Description: {{finding.description}}