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/user/auth/activate.tmpl | 2 +- templates/user/auth/login.tmpl | 4 ++-- templates/user/auth/signup.tmpl | 2 +- templates/user/auth/two_factor.tmpl | 2 +- templates/user/auth/two_factor_recovery_code.tmpl | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) (limited to 'templates/user/auth') diff --git a/templates/user/auth/activate.tmpl b/templates/user/auth/activate.tmpl index 22635653..35fdc1ba 100644 --- a/templates/user/auth/activate.tmpl +++ b/templates/user/auth/activate.tmpl @@ -2,7 +2,7 @@
-
+ {{.CSRFTokenHTML}}

{{.i18n.Tr "auth.active_your_account"}} diff --git a/templates/user/auth/login.tmpl b/templates/user/auth/login.tmpl index d345bbbe..a84b7130 100644 --- a/templates/user/auth/login.tmpl +++ b/templates/user/auth/login.tmpl @@ -28,12 +28,12 @@ {{if .ShowRegistrationButton}} {{end}}

diff --git a/templates/user/auth/signup.tmpl b/templates/user/auth/signup.tmpl index 8fc039ef..6022047f 100644 --- a/templates/user/auth/signup.tmpl +++ b/templates/user/auth/signup.tmpl @@ -45,7 +45,7 @@
{{end}}
diff --git a/templates/user/auth/two_factor.tmpl b/templates/user/auth/two_factor.tmpl index b445c778..fc47d8f3 100644 --- a/templates/user/auth/two_factor.tmpl +++ b/templates/user/auth/two_factor.tmpl @@ -19,7 +19,7 @@

- {{.i18n.Tr "auth.login_two_factor_enter_recovery_code"}} + {{.i18n.Tr "auth.login_two_factor_enter_recovery_code"}}

diff --git a/templates/user/auth/two_factor_recovery_code.tmpl b/templates/user/auth/two_factor_recovery_code.tmpl index dfe926a9..92980629 100644 --- a/templates/user/auth/two_factor_recovery_code.tmpl +++ b/templates/user/auth/two_factor_recovery_code.tmpl @@ -19,7 +19,7 @@

- {{.i18n.Tr "auth.login_two_factor_enter_passcode"}} + {{.i18n.Tr "auth.login_two_factor_enter_passcode"}}

-- cgit v1.2.3