This commit is contained in:
Ross
2021-11-29 19:36:22 +00:00
parent dc7e0142f3
commit 7a1a8fb9dc
+1 -1
View File
@@ -45,7 +45,7 @@ This series is not associated with any cases.
{% for finding in series.findings.all %}
{{finding.findings}}, {{finding.description}}<br />
{{finding.annotation_json}}<br />
{% comment %} {{image.get_dicom_info|safe}}<br /> {% endcomment %}
<a href="{% url 'atlas:delete_finding' pk=finding.pk %}">Delete finding</a>
{% endfor %}
</details>