Unified link creation. (#15619)
This commit is contained in:
+1
-1
@@ -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