This commit is contained in:
Ross
2021-12-06 15:18:16 +00:00
parent c890d2ac12
commit 05c25ed4ce
@@ -46,6 +46,7 @@
{% for series in case.series.all %} {% for series in case.series.all %}
{% for finding in series.findings.all %} {% for finding in series.findings.all %}
<div> <div>
<span class="view-finding-details">
Findings: {% for f in finding.findings.all %} Findings: {% for f in finding.findings.all %}
{{f.get_link}}, {{f.get_link}},
{% endfor %} {% endfor %}
@@ -54,6 +55,7 @@
{{s.get_link}}, {{s.get_link}},
{% endfor %}<br /> {% endfor %}<br />
Description: {{finding.description}}<br /> Description: {{finding.description}}<br />
</span>
</div> </div>
{% endfor %} {% endfor %}