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",