Autoformat membership/admin.py

This commit is contained in:
PCoder 2018-02-20 06:58:08 +01:00
parent de4d1bc7c8
commit 593c83aeee
1 changed files with 2 additions and 2 deletions

View File

@ -82,8 +82,8 @@ class CustomUserAdmin(BaseUserAdmin):
"see this user's password, but you can change the " "see this user's password, but you can change the "
"password using <a href=\"../password/\">this " "password using <a href=\"../password/\">this "
"form</a>." "form</a>."
} }
), ),
('Permissions', {'fields': ('is_admin', 'user_permissions', ('Permissions', {'fields': ('is_admin', 'user_permissions',
'groups')}), 'groups')}),
) )