diff --git a/templates/user/settings.tmpl b/templates/user/settings.tmpl index 70c4ac1..c17a99f 100644 --- a/templates/user/settings.tmpl +++ b/templates/user/settings.tmpl @@ -3,6 +3,9 @@
+
+ {{if .Silenced}} {{template "user-silenced"}} {{end}} @@ -76,8 +84,6 @@ h3 { font-weight: normal; } {{end}} {{ if .OauthSection }} -
- {{ if .OauthAccounts }}

Linked Accounts

@@ -153,18 +159,38 @@ h3 { font-weight: normal; } {{ end }} {{ if not .IsAdmin }} -
-

Delete Account

-

Danger Zone - This cannot be undone

-

This will delete your account and all your blogs and posts. Before continuing make sure to export your data.

-
-

Type your username to confirm deletion.

- - -

+

Incinerator

+
+
+
+

Delete your account

+

Permanently erase all your data, with no way to recover it.

+
+ +
+
{{end}}
+ + + + {{template "footer" .}}