Autoformat membership/admin.py
This commit is contained in:
parent
de4d1bc7c8
commit
593c83aeee
1 changed files with 2 additions and 2 deletions
|
@ -82,8 +82,8 @@ class CustomUserAdmin(BaseUserAdmin):
|
|||
"see this user's password, but you can change the "
|
||||
"password using <a href=\"../password/\">this "
|
||||
"form</a>."
|
||||
}
|
||||
),
|
||||
}
|
||||
),
|
||||
('Permissions', {'fields': ('is_admin', 'user_permissions',
|
||||
'groups')}),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue