forked from gitea/gitea
		
	Fix wrong redirect on org labels (#18128)
This commit is contained in:
		
							parent
							
								
									626b10794f
								
							
						
					
					
						commit
						67d7ad681a
					
				| @ -96,7 +96,7 @@ func DeleteLabel(ctx *context.Context) { | ||||
| func InitializeLabels(ctx *context.Context) { | ||||
| 	form := web.GetForm(ctx).(*forms.InitializeLabelsForm) | ||||
| 	if ctx.HasError() { | ||||
| 		ctx.Redirect(ctx.Repo.RepoLink + "/labels") | ||||
| 		ctx.Redirect(ctx.Org.OrgLink + "/labels") | ||||
| 		return | ||||
| 	} | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 KN4CK3R
						KN4CK3R