finished signin and login
This commit is contained in:
parent
c4c23b3f79
commit
c5132b87a6
3 changed files with 25 additions and 4 deletions
6
templates/base/error.tmpl
Normal file
6
templates/base/error.tmpl
Normal file
|
@ -0,0 +1,6 @@
|
|||
{{template "base/head" .}}
|
||||
{{template "base/navbar" .}}
|
||||
<div id="gogs-body" class="container">
|
||||
An error is occupied : {{.Error}}
|
||||
</div>
|
||||
{{template "base/footer" .}}
|
Loading…
Add table
Add a link
Reference in a new issue