From 05c25ed4ced4a6f024fd33f24b209951e8f1a1bf Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 6 Dec 2021 15:18:16 +0000 Subject: [PATCH] . --- atlas/templates/atlas/case_display_block.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/atlas/templates/atlas/case_display_block.html b/atlas/templates/atlas/case_display_block.html index ea5f8946..f9517dee 100755 --- a/atlas/templates/atlas/case_display_block.html +++ b/atlas/templates/atlas/case_display_block.html @@ -46,14 +46,16 @@ {% for series in case.series.all %} {% for finding in series.findings.all %}
- Findings: {% for f in finding.findings.all %} - {{f.get_link}}, - {% endfor %} -
- Structure: {% for s in finding.structures.all %} - {{s.get_link}}, - {% endfor %}
- Description: {{finding.description}}
+ + Findings: {% for f in finding.findings.all %} + {{f.get_link}}, + {% endfor %} +
+ Structure: {% for s in finding.structures.all %} + {{s.get_link}}, + {% endfor %}
+ Description: {{finding.description}}
+
{% endfor %}