Wraps the email header in a block so it can be themed

This commit is contained in:
Jillian Vogel
2019-02-26 03:03:20 +10:30
parent 7da2308bc1
commit a5db457132

View File

@@ -57,6 +57,7 @@
<td class="header" style="
padding: 20px;
">
{% block header %}
<table role="presentation" width="100%" align="left" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="70">
@@ -69,6 +70,7 @@
</td>
</tr>
</table>
{% endblock %}
</td>
</tr>