From 1cb47f55e45f733b06b24f2b1b6d557e7eb11c94 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 16 Oct 2021 21:59:22 +0100 Subject: [PATCH] . --- anatomy/forms.py | 2 +- longs/forms.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anatomy/forms.py b/anatomy/forms.py index 0195d735..1c47f28d 100644 --- a/anatomy/forms.py +++ b/anatomy/forms.py @@ -203,4 +203,4 @@ class BodyPartForm(ModelForm): class ExamForm(ModelForm): class Meta: model = Exam - fields = ["name", "time_limit", "exam_mode", "active", "archive", "exam_questions"] \ No newline at end of file + fields = ["name", "time_limit", "exam_mode", "active", "archive"] \ No newline at end of file diff --git a/longs/forms.py b/longs/forms.py index c12a0fdf..1bc61e34 100755 --- a/longs/forms.py +++ b/longs/forms.py @@ -208,4 +208,4 @@ LongSeriesImageFormSet = inlineformset_factory( class ExamForm(ModelForm): class Meta: model = Exam - fields = ["name", "time_limit", "exam_mode", "active", "double_mark", "archive", "exam_questions"] \ No newline at end of file + fields = ["name", "time_limit", "exam_mode", "active", "double_mark", "archive"] \ No newline at end of file