From 65b1b142b0aa79c6e5140805ae4586b531242ea4 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 19 Nov 2018 14:42:33 +0000 Subject: [PATCH] Show full emails on check notifications page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Because we’re going to use a sticky footer on this page we don’t need to show the email in its collapsed form. Showing the email is only needed to: - fit more things on a page - make sure a button comes up above the fold (which the sticky footer will solve) --- app/main/views/send.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/main/views/send.py b/app/main/views/send.py index cfab9b585..1832b24c3 100644 --- a/app/main/views/send.py +++ b/app/main/views/send.py @@ -853,6 +853,7 @@ def _check_notification(service_id, template_id, exception=None): db_template, current_service, show_recipient=True, + expand_emails=True, email_reply_to=email_reply_to, sms_sender=sms_sender, letter_preview_url=url_for(