From b71d8fd9b7fce63c42f0328469d570e4710adc4f Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 6 Dec 2021 14:58:16 +0000 Subject: [PATCH] . --- atlas/templates/atlas/series_viewer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atlas/templates/atlas/series_viewer.html b/atlas/templates/atlas/series_viewer.html index c3458e48..9eb6fdf8 100755 --- a/atlas/templates/atlas/series_viewer.html +++ b/atlas/templates/atlas/series_viewer.html @@ -40,8 +40,8 @@ This series is not associated with any cases. - Finding(s): {{finding.findings.all|join:", "}}
- Structure(s): {{finding.structures.all|join:", "}}
+ Finding(s): {% for f in finding.findings.all %}{{f.get_link}}{% endfor %}
+ Structure(s): {% for s in finding.structures.all %}{{s.get_link}}{% endfor %}
Description: {{finding.description}}
Edit