mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
Update with macaron
This commit is contained in:
parent
64c68220d2
commit
1e1f9e7166
4 changed files with 10 additions and 8 deletions
|
@ -92,7 +92,7 @@ func SettingsDelete(ctx *middleware.Context) {
|
|||
ctx.Handle(500, "DeleteOrganization", err)
|
||||
}
|
||||
} else {
|
||||
log.Trace("Organization deleted: %s", ctx.User.Name)
|
||||
log.Trace("Organization deleted: %s", org.Name)
|
||||
ctx.Redirect(setting.AppSubUrl + "/")
|
||||
}
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue