From 24254c661db952a985b2ff48060c240d935c2505 Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 12 Dec 2021 19:17:56 +0000 Subject: [PATCH] . --- physics/forms.py | 2 +- sbas/forms.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/physics/forms.py b/physics/forms.py index 5ae1116a..e6688827 100755 --- a/physics/forms.py +++ b/physics/forms.py @@ -33,4 +33,4 @@ class CidUserAnswerForm(ModelForm): class ExamForm(ModelForm): class Meta: model = Exam - fields = ["name", "time_limit", "open_access", "exam_mode", "active"] \ No newline at end of file + fields = ["name", "time_limit", "open_access", "exam_mode", "active", "archive"] \ No newline at end of file diff --git a/sbas/forms.py b/sbas/forms.py index f8baab48..f1def530 100755 --- a/sbas/forms.py +++ b/sbas/forms.py @@ -31,4 +31,4 @@ class CidUserAnswerForm(ModelForm): class ExamForm(ModelForm): class Meta: model = Exam - fields = ["name", "time_limit", "exam_mode", "active"] \ No newline at end of file + fields = ["name", "time_limit", "exam_mode", "active", "archive"] \ No newline at end of file