Allow user change school
This commit is contained in:
parent
d49a41d56b
commit
cf58f8dacb
3 changed files with 54 additions and 50 deletions
|
@ -58,6 +58,7 @@ class UserForm(ModelForm):
|
|||
model = User
|
||||
fields = [
|
||||
"first_name",
|
||||
"last_name",
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue