We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a418b46 commit 2db4b84Copy full SHA for 2db4b84
oioioi/oi/forms.py
@@ -13,7 +13,7 @@
13
class AddSchoolForm(forms.ModelForm):
14
class Meta(object):
15
model = School
16
- exclude = ['is_active', 'is_approved']
+ exclude = ['is_active', 'is_approved', 'rspo', 'type']
17
18
19
def city_options(province):
0 commit comments