diff options
Diffstat (limited to 'templates/status/401.tmpl')
-rw-r--r-- | templates/status/401.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/status/401.tmpl b/templates/status/401.tmpl index 6e24302f..2c38d90f 100644 --- a/templates/status/401.tmpl +++ b/templates/status/401.tmpl @@ -1,6 +1,6 @@ -{{template "base/head" .}} -{{template "base/header" .}} +{{template "ng/base/head" .}} +{{template "ng/base/header" .}} <div class="container"> 401 Unauthorized: {{.ErrorMsg}} </div> -{{template "base/footer" .}}
\ No newline at end of file +{{template "ng/base/footer" .}}
\ No newline at end of file |