Small changes
This commit is contained in:
parent
f93479e8e8
commit
f00d7873c9
5 changed files with 13 additions and 32 deletions
|
|
@ -60,7 +60,7 @@ class ProfileForm(forms.ModelForm):
|
|||
class Meta:
|
||||
model = Profile
|
||||
fields = '__all__'
|
||||
exclude = ('user', 'email_confirmed', 'registration_valid', )
|
||||
exclude = ('user', 'email_confirmed', 'registration_valid', 'section' )
|
||||
|
||||
|
||||
class ImageForm(forms.Form):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue