Skip to content

Commit

Permalink
temp commit 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Igifigi committed Aug 30, 2023
1 parent a418b46 commit 2db4b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oioioi/oi/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class AddSchoolForm(forms.ModelForm):
class Meta(object):
model = School
exclude = ['is_active', 'is_approved']
exclude = ['is_active', 'is_approved', 'rspo', 'type']


def city_options(province):
Expand Down

0 comments on commit 2db4b84

Please sign in to comment.