summaryrefslogtreecommitdiff
path: root/ui/deleteAccount.html
blob: 565082f3d47311b254343fff60b8b462fd6a2713 (plain)
1
2
3
4
5
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>