From 17a404f04bf23b84e4db39ad8ff83847a5ff296a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Fri, 1 Jan 2021 22:43:00 +0200 Subject: [PATCH] Fix email template to always show the current year in the footer --- templates/emails/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/emails/base.html b/templates/emails/base.html index 6ed7932a..9672af6c 100644 --- a/templates/emails/base.html +++ b/templates/emails/base.html @@ -189,7 +189,7 @@
- © 2020 {% site_name %}. All rights reserved. + © {% now 'Y' %} {% site_name %}. All rights reserved. {% block unsub %}{% endblock %}