This commit is contained in:
Ross
2021-11-28 23:43:24 +00:00
parent 2e52a95c25
commit 1281ba4135
+1 -1
View File
@@ -526,7 +526,7 @@ def create_series_findings(request):
description = request.POST.get('description')
annotation_json = request.POST.get('annotation_json')
sf = SeriesFindings.create(
sf = SeriesFindings.objects.create(
series = series,
findings = findings,
description = description,