mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 16:38:59 -04:00
Give email preview page a sensible page title
It’s derived from the subject line of the email now as of https://github.com/alphagov/notifications-utils/pull/793
This commit is contained in:
@@ -123,7 +123,7 @@ def email_template():
|
||||
|
||||
template = {
|
||||
'template_type': 'email',
|
||||
'subject': 'foo',
|
||||
'subject': 'Email branding preview',
|
||||
'content': (
|
||||
'Lorem Ipsum is simply dummy text of the printing and typesetting '
|
||||
'industry.\n\nLorem Ipsum has been the industry’s standard dummy '
|
||||
|
||||
Reference in New Issue
Block a user