diff options
author | guillep2k <18600385+guillep2k@users.noreply.github.com> | 2020-02-10 16:23:35 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-10 21:23:35 +0200 |
commit | 069a96ebe2beb629fe1b44617de97c179f916143 (patch) | |
tree | 6db19a85635270ed86b6267bea63d55e1b8da771 /templates | |
parent | b5418a64430dcd7c4ca26945d73a217ce167f62b (diff) | |
download | gitea-069a96ebe2beb629fe1b44617de97c179f916143.tar.gz gitea-069a96ebe2beb629fe1b44617de97c179f916143.zip |
Improve 404 error message (#10214)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/status/404.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/status/404.tmpl b/templates/status/404.tmpl index f947602bf2..6992803113 100644 --- a/templates/status/404.tmpl +++ b/templates/status/404.tmpl @@ -4,6 +4,7 @@ <p style="margin-top: 100px"><img src="{{StaticUrlPrefix}}/img/404.png" alt="404"/></p> <div class="ui divider"></div> <br> + <p>{{.i18n.Tr "error404" | Safe}} {{if .ShowFooterVersion}}<p>Application Version: {{AppVer}}</p>{{end}} </div> {{template "base/footer" .}} |