aboutsummaryrefslogtreecommitdiff
path: root/templates/delete.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/delete.html')
-rw-r--r--templates/delete.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/delete.html b/templates/delete.html
new file mode 100644
index 0000000..9d80380
--- /dev/null
+++ b/templates/delete.html
@@ -0,0 +1,12 @@
+{{define "title"}}Delete account |{{end}}
+
+{{define "body"}}
+
+<h4>Really delete account {{.}}?</h4>
+
+<form method="POST">
+ <input type="submit" class="btn btn-danger" name="delete" value="Yes" />
+ <a href="/" class="btn btn-secondary ml-4" href="/">No, go back</a>
+</form>
+
+{{end}}