This commit is contained in:
Ross
2021-05-01 13:49:41 +01:00
parent 3a530bfeeb
commit 74aa6c7afc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -221,4 +221,4 @@ AnswerUpdateFormSet = inlineformset_factory(
class ExamForm(ModelForm):
class Meta:
model = Exam
fields = ["name", "time_limit", "exam_mode"]
fields = ["name", "time_limit", "exam_mode", "active"]