Skip to content

Commit 2db4b84

Browse files
committed
temp commit 2
1 parent a418b46 commit 2db4b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oioioi/oi/forms.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
class AddSchoolForm(forms.ModelForm):
1414
class Meta(object):
1515
model = School
16-
exclude = ['is_active', 'is_approved']
16+
exclude = ['is_active', 'is_approved', 'rspo', 'type']
1717

1818

1919
def city_options(province):

0 commit comments

Comments
 (0)