This commit is contained in:
Ross
2021-12-06 15:11:17 +00:00
parent 6ad48c2970
commit 7fabc88ff9
+1 -1
View File
@@ -21,7 +21,7 @@
<ul>
{% for series_finding in structure.seriesfinding_set.all %}
{{series_finding}}
{% for series in series_finding.series.all %}
{% for series in series_finding.series %}
{{series}}
{% for case in series.case.all %}
{{case}}