fix #1930
This commit is contained in:
parent
020fb43b77
commit
10427b2178
4 changed files with 4 additions and 4 deletions
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue