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/base/head_navbar.tmpl b/templates/base/head_navbar.tmpl index 8c771847ce..39e8046b2d 100644 --- a/templates/base/head_navbar.tmpl +++ b/templates/base/head_navbar.tmpl @@ -35,9 +35,7 @@ {{template "custom/extra_links" .}} - {{if not .IsSigned}} - {{ctx.Locale.Tr "help"}} - {{end}} + {{ctx.Locale.Tr "help"}} 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}}