mirror of
https://github.com/go-gitea/gitea
synced 2025-09-28 03:28:13 +00:00
Unified link creation. (#15619)
This commit is contained in:
@@ -75,5 +75,5 @@ func CreatePost(ctx *context.Context) {
|
||||
}
|
||||
log.Trace("Organization created: %s", org.Name)
|
||||
|
||||
ctx.Redirect(setting.AppSubURL + "/org/" + form.OrgName + "/dashboard")
|
||||
ctx.Redirect(org.DashboardLink())
|
||||
}
|
||||
|
Reference in New Issue
Block a user