Moved all filesystem serving app's remaining code to document indexing app

This commit is contained in:
Roberto Rosario
2011-05-18 16:16:11 -04:00
parent a4e00bb493
commit 4b0c72633d
9 changed files with 169 additions and 236 deletions

View File

@@ -16,7 +16,7 @@ def get_document_indexing_subtemplate(document):
return {
'name': 'generic_list_subtemplate.html',
'context': {
'title': _(u'index links'),
'title': _(u'document indexes'),
'object_list': object_list,
'hide_link': True
}