summaryrefslogtreecommitdiff
path: root/tpls/reallydelete.tpl
blob: 82afcf1ab5bc46c7781ec7e5a778c44450c3b712 (plain)
1
2
3
4
5
6
7
8
9
10
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}}