From 7e4ef84635a34a4a4b77455a026d0dc2ab11e831 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 19 Nov 2018 15:21:09 +0000 Subject: [PATCH] Put sticky footers on check one-off page This page is a good use case for sticky footers because the primary action on the page would otherwise be off the bottom of the viewport. --- app/main/views/send.py | 1 + app/templates/views/notifications/check.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/main/views/send.py b/app/main/views/send.py index 1832b24c3..188a46fa7 100644 --- a/app/main/views/send.py +++ b/app/main/views/send.py @@ -543,6 +543,7 @@ def _check_messages(service_id, template_id, upload_id, preview_row, letters_as_ db_template, current_service, show_recipient=True, + expand_emails=True, letter_preview_url=url_for( '.check_messages_preview', service_id=service_id, diff --git a/app/templates/views/notifications/check.html b/app/templates/views/notifications/check.html index 15beea30f..8ab9434cc 100644 --- a/app/templates/views/notifications/check.html +++ b/app/templates/views/notifications/check.html @@ -52,7 +52,7 @@ {{ template|string }} -
+