This website requires JavaScript.
Explore
Gist
Help
Register
Sign In
Mirrors
/
gitea
mirror of
https://github.com/go-gitea/gitea.git
Watch
1
Star
0
Fork
You've already forked gitea
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
851bd18234
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> ![image](https://user-images.githubusercontent.com/2114189/231805004-13214579-4fbe-465a-821c-be75c2749097.png) </details> ### After The details could be shown to site admin users. It is safe. ![image](https://user-images.githubusercontent.com/2114189/231803912-d5660994-416f-4b27-a4f1-a4cc962091d4.png)
2023-04-13 23:19:11 -06:00
sub template triggers an executing error
Fix more "locale" usages (#27259)
2023-09-25 06:42:40 -06:00
{{
ctx
.Locale
.NoSuch
"asdf"
}}