Commit be15c11b authored by Michal Čihař's avatar Michal Čihař

Merge pull request #902 from quinox/accounts_admin

Remove duplicate groups from list_display
parents 46a55db8 afc69aef
......@@ -52,7 +52,6 @@ class WeblateUserAdmin(UserAdmin):
active.
'''
list_display = UserAdmin.list_display + ('is_active', 'user_groups', 'id')
list_filter = UserAdmin.list_filter + ('groups',)
def user_groups(self, obj):
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment