This commit is contained in:
Ross
2021-10-17 18:08:50 +01:00
parent 346ee42763
commit 8966eca5d1
9 changed files with 145 additions and 140 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", "open_access", "exam_mode", "active"]