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