diff --git a/apps/trash/views.py b/apps/trash/views.py index 34efb7f22f..4cd7a8232a 100644 --- a/apps/trash/views.py +++ b/apps/trash/views.py @@ -23,10 +23,6 @@ def trash_can_list(request): 'list_object_variable_name': 'trash_can', 'title': _(u'trash cans'), 'extra_columns': [ - { - 'name': _(u'name'), - 'attribute': 'name' - }, { 'name': _(u'label'), 'attribute': 'label'