2014-02-20 08:15:43 +05:30
|
|
|
{{template "base/head" .}}
|
|
|
|
{{template "base/navbar" .}}
|
2014-03-02 19:17:55 +05:30
|
|
|
<div class="container" id="gogs-body">
|
2014-02-20 08:15:43 +05:30
|
|
|
<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" .}}
|