From 1281ba4135421769dd496f836dcfef9b74c8777d Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 28 Nov 2021 23:43:24 +0000 Subject: [PATCH] . --- atlas/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlas/views.py b/atlas/views.py index bb5c9936..0768702d 100755 --- a/atlas/views.py +++ b/atlas/views.py @@ -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,