aboutsummaryrefslogtreecommitdiff
path: root/routers/admin/notice.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/admin/notice.go')
-rw-r--r--routers/admin/notice.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/admin/notice.go b/routers/admin/notice.go
index 512c3f59..b076994d 100644
--- a/routers/admin/notice.go
+++ b/routers/admin/notice.go
@@ -49,5 +49,5 @@ func DeleteNotice(ctx *middleware.Context) {
}
log.Trace("System notice deleted by admin(%s): %d", ctx.User.Name, id)
ctx.Flash.Success(ctx.Tr("admin.notices.delete_success"))
- ctx.Redirect("/admin/notices")
+ ctx.Redirect(setting.AppSubUrl + "/admin/notices")
}