diff -r 95bee9c0ae3f -r 2ac6f3379d14 src/pyams_portal/interfaces/__init__.py --- 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