This commit is contained in:
Ross
2021-10-16 21:52:43 +01:00
parent 0a98fcf051
commit b236891c5b
2 changed files with 9 additions and 3 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", "exam_questions"]
fields = ["name", "time_limit", "exam_mode", "active", "archive"]