diff --git a/app/templates/views/broadcast/preview-message.html b/app/templates/views/broadcast/preview-message.html index fd8f51f65..a974acc49 100644 --- a/app/templates/views/broadcast/preview-message.html +++ b/app/templates/views/broadcast/preview-message.html @@ -14,19 +14,17 @@ {{ page_header("Preview", back_link=url_for('.preview_broadcast_areas', service_id=current_service.id, broadcast_message_id=broadcast_message.id)) }} - {% for area in broadcast_message.areas %} - {% if loop.first %} - + {% call form_wrapper() %} {{ page_footer('Submit for approval') }} diff --git a/app/templates/views/broadcast/view-message.html b/app/templates/views/broadcast/view-message.html index b474da754..a191f0585 100644 --- a/app/templates/views/broadcast/view-message.html +++ b/app/templates/views/broadcast/view-message.html @@ -126,9 +126,11 @@

{% endif %} + {{ broadcast_message.template|string }} + {% for area in broadcast_message.areas %} {% if loop.first %} -