From 21edb3b17af1cb8340a8f763c1c69f3dc57c6020 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 16 Oct 2021 10:11:21 +0100 Subject: [PATCH] . --- rapids/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rapids/forms.py b/rapids/forms.py index 8d2ac962..2a720cb1 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", "exam_questions"] \ No newline at end of file + fields = ["name", "time_limit", "exam_mode", "active", "archive", "double_mark", "exam_questions"] \ No newline at end of file