This commit is contained in:
Ross
2021-12-06 15:12:34 +00:00
parent 3e18b4063b
commit 0cdba3cfa3
+1 -3
View File
@@ -20,10 +20,8 @@
<h4>Associated Cases</h4> <h4>Associated Cases</h4>
<ul> <ul>
{% for series_finding in structure.seriesfinding_set.all %} {% for series_finding in structure.seriesfinding_set.all %}
{{series_finding}}
{% for case in series_finding.series.case.all %} {% for case in series_finding.series.case.all %}
{{case}} <li>{{case.get_link}}</li>
{{case.get_link}}
{% endfor %} {% endfor %}
{% endfor %} {% endfor %}