This commit is contained in:
Ross
2021-11-30 22:47:27 +00:00
parent 0e3b505adf
commit c15ec90eb2
2 changed files with 26 additions and 24 deletions
@@ -40,11 +40,12 @@
</ul>
<details>
<summary><b>Findings</b></summary>
See individual series for more details.<br/>
{% for series in case.series.all %}
{% for finding in series.findings.all %}
<div>
<button class="view-finding-button" data-annotationjson={{finding.annotation_json}} data-viewportjson={{finding.viewport_json}}>Click to view</button>
Findings: {{finding.findings.all|join:", "}}<br />
Structure: {{finding.structure}}<br />
Description: {{finding.description}}<br />
</div>
+1
View File
@@ -24,6 +24,7 @@
<div>
<button class="view-finding-button" data-annotationjson={{finding.annotation_json}} data-viewportjson={{finding.viewport_json}}>Click to view</button>
Findings: {{finding.findings.all|join:", "}}<br />
Structure: {{finding.structure.all|join:", "}}<br />
Description: {{finding.description}}<br />
<a href="{% url 'atlas:delete_finding' pk=finding.pk %}">Delete finding</a>
</div>