mirror of
https://github.com/go-gitea/gitea.git
synced 2025-03-24 19:19:26 +08:00

When there is a panic during template rendering unrolled/render will automatically render the error. This leads to the panic being displayed in the page and not a 500 page Fix #14467 Fix #14525 Signed-off-by: Andrew Thornton <art27@cantab.net>