diff options
Diffstat (limited to 'tpls/reallydelete.tpl')
-rw-r--r-- | tpls/reallydelete.tpl | 11 |
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 |