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