fix sign up forms
This commit is contained in:
parent
633663f95d
commit
4a52272558
5 changed files with 21 additions and 20 deletions
|
|
@ -12,3 +12,4 @@ class ProfileForm(forms.ModelForm):
|
|||
class Meta:
|
||||
model = Profile
|
||||
fields = '__all__'
|
||||
exclude = ['user']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue