Show full emails on check notifications page

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)
This commit is contained in:
Chris Hill-Scott
2018-11-19 14:42:33 +00:00
parent c9908befc2
commit 65b1b142b0

View File

@@ -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(