From fa16402f4259a1237aee82b86c48f5e33f4e7e00 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 6 Dec 2021 15:19:19 +0000 Subject: [PATCH] . --- atlas/templates/atlas/case_display_block.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/atlas/templates/atlas/case_display_block.html b/atlas/templates/atlas/case_display_block.html index f9517dee..6779bc04 100755 --- a/atlas/templates/atlas/case_display_block.html +++ b/atlas/templates/atlas/case_display_block.html @@ -45,8 +45,7 @@ See individual series for more details.
{% for series in case.series.all %} {% for finding in series.findings.all %} -
- +
Findings: {% for f in finding.findings.all %} {{f.get_link}}, {% endfor %} @@ -55,7 +54,6 @@ {{s.get_link}}, {% endfor %}
Description: {{finding.description}}
-
{% endfor %}