mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-04 12:48:24 -04:00
816 - Change "Prepare to send" button text
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<div class="usa-button-group">
|
||||
{% if current_user.has_permissions('send_messages', restrict_admin_usage=True) %}
|
||||
<a href="{{ url_for(".set_sender", service_id=current_service.id, template_id=template.id) }}" class="usa-button usa-pill-separate-item">
|
||||
Prepare to send<span class="usa-sr-only"> a message using this template</span>
|
||||
Use this template
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if current_user.has_permissions('manage_templates') %}
|
||||
|
||||
Reference in New Issue
Block a user