aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-02-26 23:08:25 +0100
committerAlex Auvolat <alex@adnab.me>2020-02-26 23:08:25 +0100
commit6bbf08af8f8acc93d6aed721f56d70c8aca75ed4 (patch)
treef53a8448bf0573a903ca1f9488195ad5296d76d9 /templates
parent717606a54dee2367cc3aa8c4cee19b0e62c442c5 (diff)
downloadeasybridge-6bbf08af8f8acc93d6aed721f56d70c8aca75ed4.tar.gz
easybridge-6bbf08af8f8acc93d6aed721f56d70c8aca75ed4.zip
Account deletion
Diffstat (limited to 'templates')
-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}}