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