Removed deleted bug fix

This commit is contained in:
zandercymatics 2023-10-11 07:48:44 -06:00
parent 2129d2dd67
commit 76e3e2eaea
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 2 additions and 44 deletions

View file

@ -138,6 +138,8 @@ class MyUserAdmin(BaseUserAdmin):
"email",
"first_name",
"last_name",
# Group is a custom property defined within this file,
# rather than in a model like the other properties
"group",
"status",
)