Update the apps to the new acls module split

This commit is contained in:
Roberto Rosario
2012-01-03 03:04:32 -04:00
parent 40d3426202
commit e5cc2e3f7a
8 changed files with 7 additions and 9 deletions

View File

@@ -24,7 +24,5 @@ def document_new_holder(request, document_id):
document,
extra_context={
'object': document,
'submit_label': _(u'Select'),
'submit_icon_famfam': 'tick'
}
)