finish user delete page ui

release/v0.9
FuXiaoHei 10 years ago
parent 7f92579905
commit 295cfd42aa

@ -24,10 +24,11 @@
</form> </form>
</div> </div>
</div> </div>
{{template "base/footer" .}} <script>
{{template "base/head" .}} $(function(){
{{template "base/navbar" .}} $('#gogs-user-delete').on('submit',function(){
<div class="container" id="gogs-body"> return confirm("Are you sure ?");
})
</div> });
</script>
{{template "base/footer" .}} {{template "base/footer" .}}
Loading…
Cancel
Save