From 10427b217804486a9964129ee7a509d157987fe6 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 12 Nov 2015 12:32:40 -0500 Subject: fix #1930 --- routers/admin/notice.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routers/admin/notice.go') 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") } -- cgit v1.2.3