changeset 141 | 2ac6f3379d14 |
parent 138 | b671ae6b0e88 |
child 150 | 95e0b523b531 |
--- a/src/pyams_portal/interfaces/__init__.py Tue Jun 26 12:11:24 2018 +0200 +++ b/src/pyams_portal/interfaces/__init__.py Tue Jun 26 15:00:06 2018 +0200 @@ -33,6 +33,9 @@ MANAGE_TEMPLATE_PERMISSION = 'pyams_portal.manage_template' +DESIGNER_ROLE = 'pyams.TemplatesManager' +'''Designer role is allowed to manage presentation templates''' + # # Portlet interfaces