mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 14:38:24 -04:00
Update preview button content
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
{% if broadcast_message.areas %}
|
{% if broadcast_message.areas %}
|
||||||
{{ map(broadcast_message) }}
|
{{ map(broadcast_message) }}
|
||||||
<form action="{{ url_for('.preview_broadcast_message', service_id=current_service.id, broadcast_message_id=broadcast_message.id) }}" method="get" class="govuk-!-margin-top-1">
|
<form action="{{ url_for('.preview_broadcast_message', service_id=current_service.id, broadcast_message_id=broadcast_message.id) }}" method="get" class="govuk-!-margin-top-1">
|
||||||
{{ page_footer('Continue to preview') }}
|
{{ page_footer('Preview this alert') }}
|
||||||
</form>
|
</form>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user