Remove the created date column

This commit is contained in:
Roberto Rosario
2012-10-10 00:35:09 -04:00
parent c3bc1f65ea
commit 806b1455f4

View File

@@ -29,7 +29,6 @@ def bootstrap_setup_list(request):
'extra_columns': [
{'name': _(u'description'), 'attribute': 'description'},
{'name': _(u'type'), 'attribute': 'get_type_display'},
{'name': _(u'created'), 'attribute': 'created'},
],
}