Add context to Send button on template page

This commit is contained in:
Tom Byers
2020-08-12 10:21:40 +01:00
parent aacac232bf
commit aa0b21b8f6

View File

@@ -24,7 +24,7 @@
{% if current_user.has_permissions('send_messages', restrict_admin_usage=True) and not letter_too_long %}
<div class="govuk-grid-column-one-half">
<a href="{{ url_for(".set_sender", service_id=current_service.id, template_id=template.id) }}" class="govuk-link govuk-link--no-visited-state pill-separate-item">
Send
Send<span class="govuk-visually-hidden"> a message using this template</span>
</a>
</div>
{% endif %}