diff --git a/templates/user/settings.tmpl b/templates/user/settings.tmpl
index b6abadc..95c57c4 100644
--- a/templates/user/settings.tmpl
+++ b/templates/user/settings.tmpl
@@ -1,171 +1,171 @@
{{define "settings"}}
{{template "header" .}}
{{if .Silenced}}
{{template "user-silenced"}}
{{end}}
{{if .IsLogOut}}Before you go...{{else}}Account Settings {{if .IsAdmin}}admin settings{{end}}{{end}}
{{if .Flashes}}
{{range .Flashes}}- {{.}}
{{end}}
{{end}}
{{ if .IsLogOut }}
Please add an email address and/or passphrase so you can log in again later.
{{ else }}
Change your account settings here.
{{ end }}
{{if not .DisablePasswordAuth}}
{{end}}
- {{ if .OauthSection }}
+ {{ if .OauthSection }}
- {{ if .OauthAccounts }}
+ {{ if .OauthAccounts }}
Linked Accounts
These are your linked external accounts.
- {{ range $oauth_account := .OauthAccounts }}
-
- {{ end }}
+
+ {{ end }}
{{ end }}
{{ if or .OauthSlack .OauthWriteAs .OauthGitLab .OauthGeneric .OauthGitea }}
Link External Accounts
Connect additional accounts to enable logging in with those providers, instead of using your username and password.
{{ if .OauthWriteAs }}
{{ end }}
- {{ if .OauthSlack }}
+ {{ if .OauthSlack }}
- {{ end }}
- {{ if .OauthGitLab }}
+ {{ end }}
+ {{ if .OauthGitLab }}
- {{ end }}
- {{ if .OauthGitea }}
+ {{ end }}
+ {{ if .OauthGitea }}
- {{ end }}
+ {{ end }}
- {{ if .OauthGeneric }}
+ {{ if .OauthGeneric }}
- {{ end }}
+ {{ end }}
{{ end }}
- {{ end }}
+ {{ end }}
{{template "footer" .}}
{{end}}