Some fixes so that the subscription forms work with the new mailer
This commit is contained in:
parent
446d75ce71
commit
1f5566ca9b
5 changed files with 22 additions and 9 deletions
|
@ -185,6 +185,7 @@ async function _renderSubscribe(req, res, list, subscription) {
|
|||
|
||||
data.isWeb = true;
|
||||
data.needsJsWarning = true;
|
||||
|
||||
data.flashMessages = await captureFlashMessages(res);
|
||||
|
||||
const result = htmlRenderer(data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue