Use new permissions for 'Prepare broadcast' button on templates page

This commit is contained in:
Katie Smith
2021-06-28 08:44:23 +01:00
parent b6905c435b
commit 7572a97436
2 changed files with 9 additions and 2 deletions

View File

@@ -28,7 +28,7 @@
</div>
{% endif %}
{% elif template.template_type == 'broadcast' %}
{% if current_user.has_permissions('send_messages') %}
{% if current_user.has_permissions('send_messages', '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