From e2f23f378b2cb79e096d58322a45534f6710c5fe Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 29 Sep 2021 19:08:09 +0100 Subject: [PATCH] . --- anatomy/forms.py | 2 +- rapids/forms.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anatomy/forms.py b/anatomy/forms.py index 1c47f28d..0195d735 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"] \ No newline at end of file + fields = ["name", "time_limit", "exam_mode", "active", "archive", "exam_questions"] \ No newline at end of file diff --git a/rapids/forms.py b/rapids/forms.py index 5c516529..8d2ac962 100755 --- a/rapids/forms.py +++ b/rapids/forms.py @@ -214,4 +214,4 @@ AnswerUpdateFormSet = inlineformset_factory( class ExamForm(ModelForm): class Meta: model = Exam - fields = ["name", "time_limit", "exam_mode", "active", "archive"] \ No newline at end of file + fields = ["name", "time_limit", "exam_mode", "active", "archive", "exam_questions"] \ No newline at end of file