From 2c7fea8bafd7c5a2c9a0690f7542d020e593ea9c Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 8 Aug 2012 03:21:30 -0400 Subject: [PATCH] Don't show trash can internal name --- apps/trash/views.py | 4 ---- 1 file changed, 4 deletions(-) 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'