diff options
Diffstat (limited to 'routers/org/org.go')
-rw-r--r-- | routers/org/org.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/org/org.go b/routers/org/org.go index 42768dd5..8e666561 100644 --- a/routers/org/org.go +++ b/routers/org/org.go @@ -52,5 +52,5 @@ func CreatePost(ctx *context.Context, f form.CreateOrg) { } log.Trace("Organization created: %s", org.Name) - ctx.Redirect(setting.AppSubUrl + "/org/" + f.OrgName + "/dashboard") + ctx.Redirect(setting.AppSubURL + "/org/" + f.OrgName + "/dashboard") } |