From a39470b622fdc01370a427547c19c3b3067f25ae Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 20 Aug 2015 00:44:04 -0400 Subject: [PATCH] Remove repeated column. --- mayan/apps/user_management/views.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mayan/apps/user_management/views.py b/mayan/apps/user_management/views.py index fbc0e02bf8..bde236bd03 100644 --- a/mayan/apps/user_management/views.py +++ b/mayan/apps/user_management/views.py @@ -317,12 +317,6 @@ class GroupListView(SingleObjectListView): extra_context = { 'hide_link': True, 'title': _('Groups'), - 'extra_columns': [ - { - 'name': _('Members'), - 'attribute': 'user_set.count' - }, - ], } model = Group view_permission = permission_group_view