src/pyams_portal/interfaces/__init__.py
changeset 141 2ac6f3379d14
parent 138 b671ae6b0e88
child 150 95e0b523b531
equal deleted inserted replaced
140:95bee9c0ae3f 141:2ac6f3379d14
    31 from pyams_portal import _
    31 from pyams_portal import _
    32 
    32 
    33 
    33 
    34 MANAGE_TEMPLATE_PERMISSION = 'pyams_portal.manage_template'
    34 MANAGE_TEMPLATE_PERMISSION = 'pyams_portal.manage_template'
    35 
    35 
       
    36 DESIGNER_ROLE = 'pyams.TemplatesManager'
       
    37 '''Designer role is allowed to manage presentation templates'''
       
    38 
    36 
    39 
    37 #
    40 #
    38 # Portlet interfaces
    41 # Portlet interfaces
    39 #
    42 #
    40 
    43