summaryrefslogtreecommitdiffstats
path: root/templates/user/delete.tmpl
blob: 939048b4212182f5b387f0669f924fb1bd47803c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{{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" .}}