.
This commit is contained in:
@@ -44,7 +44,7 @@ This series is not associated with any cases.
|
|||||||
|
|
||||||
{% for finding in series.findings.all %}
|
{% for finding in series.findings.all %}
|
||||||
<div>
|
<div>
|
||||||
<button class="view-finding-button" data-json=`{{finding.annotation_json}}`>Click to view</button>
|
<button class="view-finding-button" data-json={{finding.annotation_json}}>Click to view</button>
|
||||||
Findings: {{finding.findings.all|join:", "}}<br />
|
Findings: {{finding.findings.all|join:", "}}<br />
|
||||||
Description: {{finding.description}}<br />
|
Description: {{finding.description}}<br />
|
||||||
<a href="{% url 'atlas:delete_finding' pk=finding.pk %}">Delete finding</a>
|
<a href="{% url 'atlas:delete_finding' pk=finding.pk %}">Delete finding</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user