finish user delete page ui
This commit is contained in:
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…
Reference in New Issue