From 90b9f7e08ca2e027cc587199537aa653ddd94d91 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 6 Apr 2017 17:27:57 -0400 Subject: pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL} --- templates/mail/auth/activate.tmpl | 4 ++-- templates/mail/auth/activate_email.tmpl | 4 ++-- templates/mail/auth/register_notify.tmpl | 4 ++-- templates/mail/auth/reset_passwd.tmpl | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'templates/mail/auth') diff --git a/templates/mail/auth/activate.tmpl b/templates/mail/auth/activate.tmpl index 16214767..26f195d9 100644 --- a/templates/mail/auth/activate.tmpl +++ b/templates/mail/auth/activate.tmpl @@ -8,8 +8,8 @@

Hi {{.Username}}, thanks for registering at {{AppName}}!

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

-

{{AppUrl}}user/activate?code={{.Code}}

+

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

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

-

© 2017 {{AppName}}

+

© 2017 {{AppName}}

diff --git a/templates/mail/auth/activate_email.tmpl b/templates/mail/auth/activate_email.tmpl index 8b11b4f1..e8dd7d3f 100644 --- a/templates/mail/auth/activate_email.tmpl +++ b/templates/mail/auth/activate_email.tmpl @@ -8,8 +8,8 @@

Hi {{.Username}},

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

-

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

+

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

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

-

© 2017 {{AppName}}

+

© 2017 {{AppName}}

diff --git a/templates/mail/auth/register_notify.tmpl b/templates/mail/auth/register_notify.tmpl index 3a937f64..0266af9e 100644 --- a/templates/mail/auth/register_notify.tmpl +++ b/templates/mail/auth/register_notify.tmpl @@ -8,7 +8,7 @@

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

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

-

{{AppUrl}}user/login

-

© 2017 {{AppName}}

+

{{AppURL}}user/login

+

© 2017 {{AppName}}

diff --git a/templates/mail/auth/reset_passwd.tmpl b/templates/mail/auth/reset_passwd.tmpl index 5176a712..d868aeb1 100644 --- a/templates/mail/auth/reset_passwd.tmpl +++ b/templates/mail/auth/reset_passwd.tmpl @@ -8,8 +8,8 @@

Hi {{.Username}},

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

-

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

+

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

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

-

© 2017 {{AppName}}

+

© 2017 {{AppName}}

-- cgit v1.2.3