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
@@ -75,18 +75,18 @@ h3 { font-weight: normal; }
{{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 }}
@@ -116,41 +116,41 @@ h3 { font-weight: normal; }
{{ 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 }}