Commit afc69aef authored by Ceesjan Luiten's avatar Ceesjan Luiten

Remove duplicate groups from list_display

parent 46a55db8
......@@ -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