Various fixes.
This commit is contained in:
parent
dd9b8b464a
commit
83ce716d94
21 changed files with 99 additions and 114 deletions
|
@ -670,8 +670,8 @@ async function webNotice(type, req, res) {
|
|||
|
||||
const data = {
|
||||
title: list.name,
|
||||
homepage: configItems.defaultHomepage || getTrustedUrl(),
|
||||
contactAddress: list.from_email || configItems.adminEmail,
|
||||
homepage: list.homepage || configItems.defaultHomepage || getTrustedUrl(),
|
||||
contactAddress: list.contact_email || configItems.adminEmail,
|
||||
template: {
|
||||
template: 'subscription/web-' + type + '-notice.mjml.hbs',
|
||||
layout: 'subscription/layout.mjml.hbs',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue