1
1
mirror of https://github.com/go-gitea/gitea synced 2024-07-07 02:25:50 +00:00
gitea/templates/status/401.tmpl

6 lines
148 B
Cheetah
Raw Normal View History

2014-04-05 07:17:57 +00:00
{{template "base/head" .}}
2014-07-26 04:24:27 +00:00
{{template "base/header" .}}
2014-04-05 07:17:57 +00:00
<div class="container">
2014-07-26 04:24:27 +00:00
401 Unauthorized: {{.ErrorMsg}}
2014-04-05 07:17:57 +00:00
</div>
{{template "base/footer" .}}