Initial changes to support the new Django 1.6 project structure
This commit is contained in:
8
mayan/apps/document_acls/links.py
Normal file
8
mayan/apps/document_acls/links.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from __future__ import absolute_import
|
||||
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
from acls.permissions import ACLS_VIEW_ACL, ACLS_EDIT_ACL
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
acl_list = {'text': _(u'ACLs'), 'view': 'document_acl_list', 'args': 'object.pk', 'famfam': 'lock', 'permissions': [ACLS_VIEW_ACL]}
|
||||
Reference in New Issue
Block a user