diff --git a/apps/documents/views.py b/apps/documents/views.py index 200c75b345..eee4c4351f 100644 --- a/apps/documents/views.py +++ b/apps/documents/views.py @@ -31,8 +31,6 @@ def document_list(request): extra_context={ 'title':_(u'documents'), 'extra_columns':[ - #{'name':_(u'filename'), 'attribute':'file_filename'}, - #{'name':_(u'extension'), 'attribute':'file_extension'}, {'name':_(u'mimetype'), 'attribute':'file_mimetype'}, {'name':_(u'added'), 'attribute':lambda x: x.date_added.date()}, ],