Commit 5fb14be3 authored by Weblate's avatar Weblate

Merge remote-tracking branch 'origin/master'

parents df1ba7c9 be15c11b
......@@ -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