summaryrefslogtreecommitdiff
path: root/tpls
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2013-08-30 16:09:33 +0200
committerKevin Chabowski <kevin@kch42.de>2013-08-30 16:09:33 +0200
commit4965dac690a6499a9ee009280a5fc5ef9912c3ee (patch)
tree04f62d3e795515e5aa2e3a233cf88a3b6ccf5228 /tpls
parent3a501d85a560b2e2c5c5ded47cc431e4f1315d21 (diff)
downloadmailremind-4965dac690a6499a9ee009280a5fc5ef9912c3ee.tar.gz
mailremind-4965dac690a6499a9ee009280a5fc5ef9912c3ee.tar.bz2
mailremind-4965dac690a6499a9ee009280a5fc5ef9912c3ee.zip
Implemeted account deletion
Diffstat (limited to 'tpls')
-rw-r--r--tpls/reallydelete.tpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/tpls/reallydelete.tpl b/tpls/reallydelete.tpl
new file mode 100644
index 0000000..82afcf1
--- /dev/null
+++ b/tpls/reallydelete.tpl
@@ -0,0 +1,11 @@
+{{define "title"}}Delete Account{{end}}
+
+{{define "content"}}
+ {{if .OK}}
+ <a href="/delete-acc/yes">Click here if you really want to delete your account</a>
+ {{else}}
+ <div class="error">
+ You need to be logged in to do that
+ </div>
+ {{end}}
+{{end}} \ No newline at end of file