From ed2adc702504cf1cb7c70515c650e66959f26932 Mon Sep 17 00:00:00 2001 From: 张怡秋 <156348933@qq.com> Date: Sat, 14 Sep 2019 04:28:57 +0800 Subject: templates/mail: modify the year at the footer (#5793) --- templates/mail/auth/activate.tmpl | 2 +- templates/mail/auth/activate_email.tmpl | 2 +- templates/mail/auth/register_notify.tmpl | 2 +- templates/mail/auth/reset_passwd.tmpl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/mail/auth/activate.tmpl b/templates/mail/auth/activate.tmpl index aa06886f..1f2eb0cd 100644 --- a/templates/mail/auth/activate.tmpl +++ b/templates/mail/auth/activate.tmpl @@ -10,6 +10,6 @@
Please click the following link to verify your e-mail address within {{.ActiveCodeLives}} hours:
{{AppURL}}user/activate?code={{.Code}}
Not working? Try copying and pasting it to your browser.
-© 2018 {{AppName}}
+© {{Year}} {{AppName}}