This website requires JavaScript.
Explore
Help
Sign In
test1234
/
gitea
forked from
gitea/gitea
Watch
1
Star
0
Fork
You've already forked gitea
0
Code
Pull Requests
Activity
7ed79b748f
gitea
/
templates
/
devtest
/
tmplerr-sub.tmpl
4 lines
73 B
Handlebars
Raw
Normal View
History
Unescape
Escape
Show friendly 500 error page to users and developers (#24110) Close #24104 This also introduces many tests to cover many complex error handling functions. ### Before The details are never shown in production. <details>  </details> ### After The details could be shown to site admin users. It is safe. 
2023-04-14 13:19:11 +08:00
sub template triggers an executing error
Backport ctx locale refactoring manually (#27231) (#27259) (#27260) Backport #27231 #27259 manually --------- Co-authored-by: delvh <dev.lh@web.de>
2023-09-25 21:15:51 +08:00
{{
ctx
.Locale
.NoSuch
"asdf"
}}