This commit is contained in:
Ross
2021-12-12 19:17:56 +00:00
parent c2f10712df
commit 24254c661d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -31,4 +31,4 @@ class CidUserAnswerForm(ModelForm):
class ExamForm(ModelForm):
class Meta:
model = Exam
fields = ["name", "time_limit", "exam_mode", "active"]
fields = ["name", "time_limit", "exam_mode", "active", "archive"]