diff options
-rw-r--r-- | yaksh/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/forms.py b/yaksh/forms.py index 1306e7d..d56fb04 100644 --- a/yaksh/forms.py +++ b/yaksh/forms.py @@ -288,7 +288,7 @@ class CourseForm(forms.ModelForm): class Meta: model = Course exclude = ['creator', 'requests', 'students', 'rejected', - 'created_on', 'is_trial', 'teachers'] + 'created_on', 'is_trial', 'hidden', 'teachers'] class ProfileForm(forms.ModelForm): |