Fix email template to always show the current year in the footer

This commit is contained in:
Pēteris Caune 2021-01-01 22:43:00 +02:00
parent 599f35e4f0
commit 17a404f04b
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2

View File

@ -189,7 +189,7 @@
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" style="max-width: 600px;" class="responsive-table">
<tr>
<td align="center" style="font-size: 12px; line-height: 18px; font-family: Helvetica, Arial, sans-serif; color:#666666;">
© 2020 {% site_name %}. All rights reserved.
© {% now 'Y' %} {% site_name %}. All rights reserved.
{% block unsub %}{% endblock %}
</td>
</tr>