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