summaryrefslogtreecommitdiffstats
path: root/templates/help.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/help.tmpl')
-rw-r--r--templates/help.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/help.tmpl b/templates/help.tmpl
index b4d5d2a97e..e835c2981e 100644
--- a/templates/help.tmpl
+++ b/templates/help.tmpl
@@ -1,11 +1,11 @@
{{template "base/head" .}}
{{template "base/navbar" .}}
-<div id="gogs-body-nav">
+<div id="body-nav">
<div class="container">
<h3>Help</h3>
</div>
</div>
-<div id="gogs-body" class="container" data-page="user">
+<div id="body" class="container" data-page="user">
{{if .HasInfo}}<div class="alert alert-info">{{.InfoMsg}}</div>{{end}}
</div>
{{template "base/footer" .}} \ No newline at end of file