diff --git a/pages/login.tmpl b/pages/login.tmpl index 4cb7201..09675a2 100644 --- a/pages/login.tmpl +++ b/pages/login.tmpl @@ -1,91 +1,91 @@ {{define "head"}}Log in — {{.SiteName}} {{end}} {{define "content"}}

Log in to {{.SiteName}}

{{if .Flashes}}{{end}} {{ if or .OauthSlack .OauthWriteAs .OauthGitlab .OauthGeneric }}
{{ if .OauthSlack }} Sign in with Slack {{ end }} {{ if .OauthWriteAs }} Sign in with Write.as {{ end }} {{ if .OauthGitlab }} Sign in with {{.GitlabDisplayName}} {{ end }} {{ if .OauthGeneric }} - Sign in with {{ .GenericOauthDisplayName }} + Sign in with {{ .OauthGenericDisplayName }} {{ end }}

or


{{ end }}


{{if .To}}{{end}}
{{if and (not .SingleUser) .OpenRegistration}}

{{if .Message}}{{.Message}}{{else}}No account yet? Sign up to start a blog.{{end}}

{{end}} {{end}}