Remove: old comment

This commit is contained in:
Aroy-Art 2024-06-28 21:38:10 +02:00
parent 61f524c685
commit 2ad3db5454
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -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']