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}}

diff --git a/templates/mail/auth/activate_email.tmpl b/templates/mail/auth/activate_email.tmpl index 994452be..e9138e6f 100644 --- a/templates/mail/auth/activate_email.tmpl +++ b/templates/mail/auth/activate_email.tmpl @@ -10,6 +10,6 @@

Please click the following link to verify your email address within {{.ActiveCodeLives}} hours:

{{AppURL}}user/activate_email?code={{.Code}}&email={{.Email}}

Not working? Try copying and pasting it to your browser.

-

© 2018 {{AppName}}

+

© {{Year}} {{AppName}}

diff --git a/templates/mail/auth/register_notify.tmpl b/templates/mail/auth/register_notify.tmpl index e4693553..dc9f5c8c 100644 --- a/templates/mail/auth/register_notify.tmpl +++ b/templates/mail/auth/register_notify.tmpl @@ -9,6 +9,6 @@

Hi {{.Username}}, this is your registration confirmation email for {{AppName}}!

You can now login via username: {{.Username}}.

{{AppURL}}user/login

-

© 2018 {{AppName}}

+

© {{Year}} {{AppName}}

diff --git a/templates/mail/auth/reset_passwd.tmpl b/templates/mail/auth/reset_passwd.tmpl index ba24e22c..b561bad5 100644 --- a/templates/mail/auth/reset_passwd.tmpl +++ b/templates/mail/auth/reset_passwd.tmpl @@ -10,6 +10,6 @@

Please click the following link to verify your email address within {{.ResetPwdCodeLives}} hours:

{{AppURL}}user/reset_password?code={{.Code}}

Not working? Try copying and pasting it to your browser.

-

© 2018 {{AppName}}

+

© {{Year}} {{AppName}}

-- cgit v1.2.3