From 1c4044689d5611a9e71b0978b1c0fa4bfa010baa Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 29 Sep 2021 18:53:38 +0100 Subject: [PATCH] . --- longs/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/longs/forms.py b/longs/forms.py index 1bc61e34..c12a0fdf 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"] \ No newline at end of file + fields = ["name", "time_limit", "exam_mode", "active", "double_mark", "archive", "exam_questions"] \ No newline at end of file