diff options
-rw-r--r-- | templates/status/500.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/status/500.tmpl b/templates/status/500.tmpl index fba069eeb1..6dfc1d7ace 100644 --- a/templates/status/500.tmpl +++ b/templates/status/500.tmpl @@ -5,5 +5,6 @@ <br> {{if .ErrorMsg}}<p>An error has occurred : {{.ErrorMsg}}</p>{{end}} {{if .ShowFooterVersion}}<p>Application Version: {{AppVer}}</p>{{end}} + {{if .IsAdmin}}<p>If you are sure this is Gitea bug, please search for issue on <a href="https://github.com/go-gitea/gitea/issues">GitHub</a> and open new issue if necessary.</p>{{end}} </div> {{template "base/footer" .}} |