Allow user change school

This commit is contained in:
Zhao-Linux 2022-10-16 00:28:33 +07:00
parent d49a41d56b
commit cf58f8dacb
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",
]