This commit is contained in:
Ross
2021-08-16 12:07:03 +00:00
parent c1372497ae
commit a62d73e2bd
7 changed files with 119 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", "active"]
fields = ["name", "time_limit", "exam_mode", "active", "archive"]