From b1eaeeb0cda19211f1ec9dbf62d665672e6d990c Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Wed, 8 Aug 2018 16:20:05 -0400 Subject: [PATCH] Backport Remove link to GitHub issues in 404 template #4639 (#4644) --- templates/status/404.tmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/status/404.tmpl b/templates/status/404.tmpl index fa3d340dd..ee54e2de0 100644 --- a/templates/status/404.tmpl +++ b/templates/status/404.tmpl @@ -4,6 +4,5 @@

{{if .ShowFooterVersion}}

Application Version: {{AppVer}}

{{end}} -

If you think this is an error, please open an issue on GitHub.

{{template "base/footer" .}}