diff --git a/templates/base/footer_content.tmpl b/templates/base/footer_content.tmpl index 9408c37ca7..c6f23682d0 100644 --- a/templates/base/footer_content.tmpl +++ b/templates/base/footer_content.tmpl @@ -36,6 +36,7 @@ {{ctx.Locale.Tr "licenses"}} {{if .EnableSwagger}}API{{end}} + {{ctx.Locale.Tr "help"}} {{template "custom/extra_links_footer" .}} diff --git a/templates/user/auth/signin_inner.tmpl b/templates/user/auth/signin_inner.tmpl index 864e0993d6..3c6ea78f78 100644 --- a/templates/user/auth/signin_inner.tmpl +++ b/templates/user/auth/signin_inner.tmpl @@ -1,4 +1,7 @@
+
+ +
{{if or (not .LinkAccountMode) (and .LinkAccountMode .LinkAccountModeSignIn)}} {{template "base/alert" .}} {{end}}