This commit is contained in:
Ross
2021-11-29 21:16:04 +00:00
parent c447bd9371
commit 0a793e4b65
4 changed files with 16 additions and 6 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ class ExaminationForm(ModelForm):
class SeriesFindingForm(ModelForm):
class Meta:
model = SeriesFinding
exclude = ["series", "annotation_json"]
exclude = ["series", "annotation_json", "viewport_json"]
def __init__(self, *args, **kwargs):
if kwargs.get("series_id"):