1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-10 12:08:18 +08:00
gitea/templates/status/401.tmpl
2014-07-26 02:28:04 -04:00

6 lines
157 B
Cheetah

{{template "ng/base/head" .}}
{{template "ng/base/header" .}}
<div class="container">
401 Unauthorized: {{.ErrorMsg}}
</div>
{{template "ng/base/footer" .}}