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