diff --git a/app/main/views/send.py b/app/main/views/send.py index 70e2f9803..9e5b42fab 100644 --- a/app/main/views/send.py +++ b/app/main/views/send.py @@ -846,7 +846,7 @@ def get_skip_link(step_index, template): and step_index == 0 and template.template_type in ("sms", "email") and not (template.template_type == "sms" and current_user.mobile_number is None) - and current_user.has_permissions(ServicePermission.SEND_MESSAGES) + and current_user.has_permissions(ServicePermission.SEND_MESSAGES, allow_org_user=True) ): return ( "Use my {}".format(first_column_headings[template.template_type][0]), diff --git a/app/templates/views/templates/_template.html b/app/templates/views/templates/_template.html index ee5964271..62298debd 100644 --- a/app/templates/views/templates/_template.html +++ b/app/templates/views/templates/_template.html @@ -8,7 +8,7 @@
This template was deleted {{ template._template.updated_at|format_datetime_relative }}.
- {% elif not current_user.has_permissions(ServicePermission.SEND_MESSAGES, 'manage_api_keys', ServicePermission.MANAGE_TEMPLATES, ServicePermission.MANAGE_SERVICE) or not user_has_template_permission %} + {% elif not current_user.has_permissions(ServicePermission.SEND_MESSAGES, 'manage_api_keys', ServicePermission.MANAGE_TEMPLATES, ServicePermission.MANAGE_SERVICE, allow_org_user=True) or not user_has_template_permission %}If you need to send this {{ 1|message_count_label(template.template_type, suffix='') }} @@ -17,12 +17,12 @@ {% else %}