.
This commit is contained in:
@@ -24,9 +24,11 @@ This series is not associated with any cases.
|
||||
<div class="finding-box">
|
||||
<button class="view-finding-button" data-annotationjson={{finding.annotation_json}}
|
||||
data-viewportjson={{finding.viewport_json}}>Click to view</button>
|
||||
<span class="view-finding-details">
|
||||
Finding(s): {{finding.findings.all|join:", "}}<br />
|
||||
Structure(s): {{finding.structure.all|join:", "}}<br />
|
||||
Description: {{finding.description}}<br />
|
||||
</span>
|
||||
<a href="{% url 'atlas:delete_finding' pk=finding.pk %}" class="delete-finding-link">Delete finding</a>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user