diff --git a/atlas/templates/atlas/series_viewer.html b/atlas/templates/atlas/series_viewer.html index dd0422b6..1a6c4578 100755 --- a/atlas/templates/atlas/series_viewer.html +++ b/atlas/templates/atlas/series_viewer.html @@ -74,7 +74,7 @@ This series is not associated with any cases. type: 'POST', url: '{% url "atlas:add_finding" %}', data: { - description: $('#description').val(), + description: $('#id_description').val(), series: {{series.pk}}, annotation_json: JSON.stringify(cornerstoneTools.globalImageIdSpecificToolStateManager.saveToolState()), findings: JSON.stringify($('#finding-form select[name="findings"]').find(":selected").map((i, el) => { return $(el).val() }).toArray()),