summaryrefslogtreecommitdiff
path: root/ui/deleteAccount.html
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2014-03-19 22:45:31 +0100
committerKevin Chabowski <kevin@kch42.de>2014-03-19 22:45:31 +0100
commitefbdc3bbd6cba8691391ec2192ea96adbfb8c029 (patch)
treebe6a69fab84d15d9fc1f8a50a02e8d57e9388c3b /ui/deleteAccount.html
downloadtodo-efbdc3bbd6cba8691391ec2192ea96adbfb8c029.tar.gz
todo-efbdc3bbd6cba8691391ec2192ea96adbfb8c029.tar.bz2
todo-efbdc3bbd6cba8691391ec2192ea96adbfb8c029.zip
Initial commit
Diffstat (limited to 'ui/deleteAccount.html')
-rw-r--r--ui/deleteAccount.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/deleteAccount.html b/ui/deleteAccount.html
new file mode 100644
index 0000000..565082f
--- /dev/null
+++ b/ui/deleteAccount.html
@@ -0,0 +1,6 @@
+<form action="{{ @BASE . @ALIASES.delete_acc }}" method="post">
+ <input type="hidden" name="confirm" value="OK" />
+ <p>Do you really want to delete your account?</p>
+ <p><a href="{{ @BASE . @ALIASES.root }}">No</a></p>
+ <p><input type="submit" value="Yes" /></p>
+</form> \ No newline at end of file