From 806b1455f4dd4ef88331c4fff62d5e032ca0058c Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 10 Oct 2012 00:35:09 -0400 Subject: [PATCH] Remove the created date column --- apps/bootstrap/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/bootstrap/views.py b/apps/bootstrap/views.py index 014f355086..41b0281eea 100644 --- a/apps/bootstrap/views.py +++ b/apps/bootstrap/views.py @@ -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'}, ], }