gitea/templates/status/401.tmpl

6 lines
148 B
Cheetah
Raw Normal View History

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