1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-04 08:17:24 -05:00
gitea/templates/status/401.tmpl
2014-07-26 00:24:27 -04:00

6 lines
148 B
Cheetah

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