.
This commit is contained in:
+1
-1
@@ -526,7 +526,7 @@ def create_series_findings(request):
|
|||||||
description = request.POST.get('description')
|
description = request.POST.get('description')
|
||||||
annotation_json = request.POST.get('annotation_json')
|
annotation_json = request.POST.get('annotation_json')
|
||||||
|
|
||||||
sf = SeriesFindings.create(
|
sf = SeriesFindings.objects.create(
|
||||||
series = series,
|
series = series,
|
||||||
findings = findings,
|
findings = findings,
|
||||||
description = description,
|
description = description,
|
||||||
|
|||||||
Reference in New Issue
Block a user