diff options
Diffstat (limited to 'templates/status/404.tmpl')
-rw-r--r-- | templates/status/404.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/status/404.tmpl b/templates/status/404.tmpl index b971f279a8..f68676fe23 100644 --- a/templates/status/404.tmpl +++ b/templates/status/404.tmpl @@ -1,6 +1,6 @@ {{template "base/head" .}} {{template "base/navbar" .}} -<div id="gogs-body" class="container text-center"> +<div id="body" class="container text-center"> <p style="margin-top: 80px"><img src="/img/404.png" alt="404"/></p> <hr/> <p>Application Version: {{AppVer}}</p> |