diff --git a/templates/mail/auth/activate.tmpl b/templates/mail/auth/activate.tmpl index aa06886fb..1f2eb0cdc 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 994452be0..e9138e6fa 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 e46935533..dc9f5c8c9 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 ba24e22ca..b561bad5d 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}}