mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:45:32 -04:00
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:
@@ -853,6 +853,7 @@ def _check_notification(service_id, template_id, exception=None):
|
|||||||
db_template,
|
db_template,
|
||||||
current_service,
|
current_service,
|
||||||
show_recipient=True,
|
show_recipient=True,
|
||||||
|
expand_emails=True,
|
||||||
email_reply_to=email_reply_to,
|
email_reply_to=email_reply_to,
|
||||||
sms_sender=sms_sender,
|
sms_sender=sms_sender,
|
||||||
letter_preview_url=url_for(
|
letter_preview_url=url_for(
|
||||||
|
|||||||
Reference in New Issue
Block a user