From bf2c6c992262df1276d5280faa9110696049b7f0 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 4 Dec 2021 17:08:41 +0000 Subject: [PATCH] . --- atlas/templates/atlas/series_viewer.html | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/atlas/templates/atlas/series_viewer.html b/atlas/templates/atlas/series_viewer.html index e80e9231..f7c82751 100755 --- a/atlas/templates/atlas/series_viewer.html +++ b/atlas/templates/atlas/series_viewer.html @@ -24,10 +24,10 @@ This series is not associated with any cases.
- - Finding(s): {{finding.findings.all|join:", "}}
- Structure(s): {{finding.structure.all|join:", "}}
- Description: {{finding.description}}
+ + Finding(s): {{finding.findings.all|join:", "}}
+ Structure(s): {{finding.structure.all|join:", "}}
+ Description: {{finding.description}}
Delete finding
@@ -63,11 +63,11 @@ This series is not associated with any cases.
{% csrf_token %} {{series_finding_form.management_form}} - +
+
Description: {{ series_finding_form.description }}
+
Findings: {{ series_finding_form.findings }}
+
Structures: {{ series_finding_form.structures }}
+
@@ -124,7 +124,11 @@ This series is not associated with any cases. url: '{% url "atlas:add_finding" %}', data: { description: $('#id_description').val(), - series: {{ series.pk }}, + series: { + { + series.pk + } + }, //annotation_json: JSON.stringify(c.toolStateManager.saveToolState()), annotation_json: JSON.stringify(cornerstoneTools.globalImageIdSpecificToolStateManager .saveToolState()),