This commit is contained in:
Ross
2021-08-16 12:18:00 +00:00
parent e0c1a2a2e1
commit 712f1d3182
4 changed files with 39 additions and 1 deletions
+1 -1
View File
@@ -203,4 +203,4 @@ class BodyPartForm(ModelForm):
class ExamForm(ModelForm):
class Meta:
model = Exam
fields = ["name", "time_limit", "exam_mode", "active"]
fields = ["name", "time_limit", "exam_mode", "active", "archive"]