Removed object_name inline with the other apps

This commit is contained in:
Roberto Rosario
2011-10-29 02:28:56 -04:00
parent ffc3b2c1b2
commit e22f6c2294

View File

@@ -13,6 +13,5 @@ def document_acl_list(request, document_id):
document,
extra_context={
'object': document,
'object_name': _(u'document'),
}
)