mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 00:11:04 +00:00 
			
		
		
		
	finish user delete page ui
This commit is contained in:
		
					parent
					
						
							
								7f92579905
							
						
					
				
			
			
				commit
				
					
						295cfd42aa
					
				
			
		
					 1 changed files with 7 additions and 6 deletions
				
			
		| 
						 | 
					@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue