This commit is contained in:
cuom1999 2022-10-16 22:57:15 -05:00
commit 7a9dad71b4
3 changed files with 54 additions and 50 deletions

View file

@ -58,6 +58,7 @@ class UserForm(ModelForm):
model = User
fields = [
"first_name",
"last_name",
]