diff --git a/templates/user/auth/phone_verify.tmpl b/templates/user/auth/phone_verify.tmpl index 9f4d6429b..d774156d7 100644 --- a/templates/user/auth/phone_verify.tmpl +++ b/templates/user/auth/phone_verify.tmpl @@ -586,6 +586,7 @@ clearInterval(timer); self.canSendCode = true; self.countDownEnd = true; + self.refreshImages(); } }, 1000); }; diff --git a/templates/user/auth/signin_phone.tmpl b/templates/user/auth/signin_phone.tmpl index 6b10c81c0..9df97caf1 100644 --- a/templates/user/auth/signin_phone.tmpl +++ b/templates/user/auth/signin_phone.tmpl @@ -10,6 +10,9 @@ .ui.secondary.pointing.menu{ border-bottom:none;} {{template "base/alert" .}} +
diff --git a/templates/user/auth/signup_inner.tmpl b/templates/user/auth/signup_inner.tmpl index 523b555bf..3065c49ac 100644 --- a/templates/user/auth/signup_inner.tmpl +++ b/templates/user/auth/signup_inner.tmpl @@ -7,7 +7,7 @@
-
+

{{if .LinkAccountMode}} {{.i18n.Tr "auth.oauth_signup_title"}} @@ -23,13 +23,15 @@ {{end}}

-
+
{{.CsrfTokenHtml}} {{if or (not .LinkAccountMode) (and .LinkAccountMode .LinkAccountModeRegister)}} {{template "base/alert" .}} {{end}} - + {{if .DisableRegistration}}

{{.i18n.Tr "auth.disable_register_prompt"}}

{{else}} diff --git a/templates/user/settings/organization.tmpl b/templates/user/settings/organization.tmpl index 09de6c3a3..d52175263 100644 --- a/templates/user/settings/organization.tmpl +++ b/templates/user/settings/organization.tmpl @@ -1,5 +1,5 @@ {{template "base/head" .}} -
+
{{template "user/settings/navbar" .}}
{{template "base/alert" .}}