Fix loop to use correct method for retrieving ordered series in findings partial
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
<!-- Series Findings -->
|
||||
<h5>Series Findings</h5>
|
||||
{% for series in case.ordered_series %}
|
||||
{% for series in case.get_ordered_series %}
|
||||
{% for finding in series.findings.all %}
|
||||
<div class="finding-box" id="finding-box-{{ finding.pk }}" data-series="{{ series.pk }}">
|
||||
<span>
|
||||
|
||||
Reference in New Issue
Block a user