This commit is contained in:
Ross
2022-05-03 18:58:17 +01:00
parent 2af0e1e388
commit a6809f33e9
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -208,6 +208,7 @@ class ExamForm(ModelForm):
"name", "name",
"time_limit", "time_limit",
"open_access", "open_access",
"authors_only",
"exam_mode", "exam_mode",
"active", "active",
"publish_results", "publish_results",
+1
View File
@@ -272,6 +272,7 @@ class ExamForm(ModelForm):
"name", "name",
"time_limit", "time_limit",
"open_access", "open_access",
"authors_only",
"exam_mode", "exam_mode",
"active", "active",
"publish_results", "publish_results",
+1
View File
@@ -234,6 +234,7 @@ class ExamForm(ModelForm):
"name", "name",
"time_limit", "time_limit",
"open_access", "open_access",
"authors_only",
"exam_mode", "exam_mode",
"include_history", "include_history",
"active", "active",