Remove: old comment
This commit is contained in:
parent
61f524c685
commit
2ad3db5454
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@ class UserProfileForm(forms.ModelForm):
|
|||
class UserForm(forms.ModelForm):
|
||||
class Meta:
|
||||
model = User
|
||||
fields = ['username', 'email', 'first_name', 'last_name'] # Include any other user fields you want
|
||||
fields = ['username', 'email', 'first_name', 'last_name']
|
||||
|
|
Loading…
Reference in a new issue