mirror of
https://github.com/go-gitea/gitea
synced 2025-01-09 17:24:43 +00:00
c9f1baf620
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>