diff --git a/app/email_utils.py b/app/email_utils.py index 2f60e327..a0999603 100644 --- a/app/email_utils.py +++ b/app/email_utils.py @@ -77,6 +77,7 @@ def render(template_name, **kwargs) -> str: MAX_NB_EMAIL_FREE_PLAN=MAX_NB_EMAIL_FREE_PLAN, URL=URL, LANDING_PAGE_URL=LANDING_PAGE_URL, + YEAR=arrow.now().year, **kwargs, ) diff --git a/templates/emails/base.html b/templates/emails/base.html index 9ca8391d..1aa6daba 100644 --- a/templates/emails/base.html +++ b/templates/emails/base.html @@ -477,7 +477,7 @@