diff --git a/templates/status/500.tmpl b/templates/status/500.tmpl
index fba069eeb..6dfc1d7ac 100644
--- a/templates/status/500.tmpl
+++ b/templates/status/500.tmpl
@@ -5,5 +5,6 @@
{{if .ErrorMsg}}
An error has occurred : {{.ErrorMsg}}
{{end}} {{if .ShowFooterVersion}}Application Version: {{AppVer}}
{{end}} + {{if .IsAdmin}}If you are sure this is Gitea bug, please search for issue on GitHub and open new issue if necessary.
{{end}} {{template "base/footer" .}}