mirror of
https://github.com/etnguyen03/tjdests.git
synced 2025-04-20 17:50:16 -04:00
fix(authentication): use first_name in django admin
This commit is contained in:
parent
1d231bee48
commit
d12e28f9c3
|
@ -14,7 +14,7 @@ class UserAdmin(admin.ModelAdmin):
|
|||
{
|
||||
"fields": (
|
||||
"username",
|
||||
"preferred_name",
|
||||
"first_name",
|
||||
"last_name",
|
||||
"nickname",
|
||||
"email",
|
||||
|
|
Loading…
Reference in New Issue
Block a user