mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 18:22:37 -04:00
Remove send_messages permission from broadcast template page
This permission can be removed from the check to see whether the "Get ready to send" link displays for broadcasts.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
{% elif template.template_type == 'broadcast' %}
|
||||
{% if current_user.has_permissions('send_messages', 'create_broadcasts') %}
|
||||
{% if current_user.has_permissions('create_broadcasts') %}
|
||||
<div class="govuk-grid-column-one-half">
|
||||
<a href="{{ url_for(".broadcast", service_id=current_service.id, template_id=template.id) }}" class="govuk-link govuk-link--no-visited-state pill-separate-item">
|
||||
Get ready to send
|
||||
|
||||
Reference in New Issue
Block a user