Separate newsletter message and body text

This commit is contained in:
JonnyWong16
2018-04-02 11:12:37 -07:00
parent c260543586
commit 77ed94bbef
7 changed files with 115 additions and 72 deletions

View File

@@ -626,11 +626,11 @@
</td>
</tr>
% if body:
% if message:
<tr>
<td class="wrapper">
<div class="sub-header-bar"></div>
<div class="body-message">${'<br>'.join(l for l in body.splitlines()) | n}</div>
<div class="body-message">${'<br>'.join(l for l in message.splitlines()) | n}</div>
</td>
</tr>
% endif