.
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user