aboutsummaryrefslogblamecommitdiff
path: root/templates/delete.html
blob: 9d80380a2550779e64238c4e9f238d928042b052 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                          
{{define "title"}}Delete account |{{end}}

{{define "body"}}

<h4>Really delete account {{.}}?</h4>

<form method="POST">
  <input type="submit" class="btn btn-danger" name="delete" value="Yes" />
  <a href="/" class="btn btn-secondary ml-4" href="/">No, go back</a>
</form>

{{end}}