This commit is contained in:
Ross
2021-10-16 21:28:32 +01:00
parent 6e7e112e2f
commit 0a98fcf051
4 changed files with 23 additions and 25 deletions
+1 -1
View File
@@ -214,4 +214,4 @@ AnswerUpdateFormSet = inlineformset_factory(
class ExamForm(ModelForm):
class Meta:
model = Exam
fields = ["name", "time_limit", "exam_mode", "active", "archive", "double_mark", "exam_questions"]
fields = ["name", "time_limit", "exam_mode", "active", "archive", "exam_questions"]