1
0
forked from gitea/gitea
zeripath d2b308ae35
Ensure template renderer is available before storage handler ()
`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  but was not completely backported.

Fix 

Signed-off-by: Andrew Thornton <art27@cantab.net>
2020-12-14 20:45:33 +08:00
..