mirror of
https://github.com/go-gitea/gitea.git
synced 2026-03-29 18:38:27 +02:00
`ctx.Error` requires that templates are available for this to render the error page otherwise there will be a panic at this time. This was fixed in #13164 but was not completely backported. Fix #13971 Signed-off-by: Andrew Thornton <art27@cantab.net>