1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-30 06:42:30 +02:00
gitea/templates/status/401.tmpl
2014-07-26 00:24:27 -04:00

6 lines
148 B
Go HTML Template

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