mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-01 06:52:37 +00:00
12 lines
374 B
Cheetah
12 lines
374 B
Cheetah
{{template "base/head" .}}
|
|
{{template "base/navbar" .}}
|
|
<div class="container" id="gogs-body">
|
|
<form action="/user/delete" method="post" class="form-horizontal">
|
|
<div class="form-group">
|
|
<div class="col-md-offset-4 col-md-3">
|
|
<button type="submit" class="btn btn-danger">Delete user</button>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
{{template "base/footer" .}} |