From 7ba9257a7ff659417501baf7358216555cebcd86 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 19 Sep 2014 20:11:34 -0400 Subject: Add suburl support --- templates/status/404.tmpl | 2 +- templates/status/500.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/status') diff --git a/templates/status/404.tmpl b/templates/status/404.tmpl index 5a57e95439..fe6739b948 100644 --- a/templates/status/404.tmpl +++ b/templates/status/404.tmpl @@ -1,7 +1,7 @@ {{template "ng/base/head" .}} {{template "ng/base/header" .}}
-

404

+

404



Application Version: {{AppVer}}

diff --git a/templates/status/500.tmpl b/templates/status/500.tmpl index 5bfdccc60f..21116fa310 100644 --- a/templates/status/500.tmpl +++ b/templates/status/500.tmpl @@ -1,7 +1,7 @@ {{template "ng/base/head" .}} {{template "ng/base/header" .}}
-

500

+

500



{{if .ErrorMsg}}

An error has occurred : {{.ErrorMsg}}

{{end}} -- cgit v1.2.3