From a6809f33e975f15e613776f2b4bad336ced99919 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 3 May 2022 18:58:17 +0100 Subject: [PATCH] . --- anatomy/forms.py | 1 + longs/forms.py | 1 + rapids/forms.py | 1 + 3 files changed, 3 insertions(+) diff --git a/anatomy/forms.py b/anatomy/forms.py index c795fae5..dcfc9526 100644 --- a/anatomy/forms.py +++ b/anatomy/forms.py @@ -208,6 +208,7 @@ class ExamForm(ModelForm): "name", "time_limit", "open_access", + "authors_only", "exam_mode", "active", "publish_results", diff --git a/longs/forms.py b/longs/forms.py index ba0577d5..3085a5ad 100755 --- a/longs/forms.py +++ b/longs/forms.py @@ -272,6 +272,7 @@ class ExamForm(ModelForm): "name", "time_limit", "open_access", + "authors_only", "exam_mode", "active", "publish_results", diff --git a/rapids/forms.py b/rapids/forms.py index ebec1759..fc418552 100755 --- a/rapids/forms.py +++ b/rapids/forms.py @@ -234,6 +234,7 @@ class ExamForm(ModelForm): "name", "time_limit", "open_access", + "authors_only", "exam_mode", "include_history", "active",