1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Add log.handle

This commit is contained in:
Unknown
2014-03-14 01:59:07 -04:00
parent 15f8bc417e
commit 1ce17cce76
6 changed files with 16 additions and 36 deletions

View File

@@ -0,0 +1,7 @@
{{template "base/head" .}}
{{template "base/navbar" .}}
<div id="gogs-body" class="container">
<p>An error is occurred : {{.ErrorMsg}}</p>
<p>Application Version: {{AppVer}}</p>
</div>
{{template "base/footer" .}}