summaryrefslogtreecommitdiff
path: root/tpls/settings.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'tpls/settings.tpl')
-rw-r--r--tpls/settings.tpl10
1 files changed, 6 insertions, 4 deletions
diff --git a/tpls/settings.tpl b/tpls/settings.tpl
index 605a596..b83520e 100644
--- a/tpls/settings.tpl
+++ b/tpls/settings.tpl
@@ -6,7 +6,7 @@
{{if not .Fatal}}
{{if .Success}}<div class="success">{{.Success}}</div>{{end}}
- <form action="/settings?M=setpasswd" method="post" accept-charset="UTF-8">
+ <form action="/settings?M=setpasswd" method="post" accept-charset="UTF-8" class="fancy">
<h2>Set Password</h2>
<p><strong>Password:</strong> <input type="password" name="Password" /></p>
@@ -14,7 +14,7 @@
<p><input type="submit" /></p>
</form>
- <form action="/settings?M=settimezone" method="post" accept-charset="UTF-8">
+ <form action="/settings?M=settimezone" method="post" accept-charset="UTF-8" class="fancy">
<h2>Set Timezone</h2>
<p>
@@ -26,7 +26,9 @@
<p><input type="submit" /></p>
</form>
- <h2>Delete Account</h2>
- <p><a href="/delete-acc">Delete Account</a></p>
+ <form action="/delete-acc" method="get" class="fancy">
+ <h2>Delete Account</h2>
+ <p><input type="submit" value="Delete Account" /></p>
+ </form>
{{end}}
{{end}} \ No newline at end of file