aboutsummaryrefslogtreecommitdiff
path: root/templates/help.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/help.tmpl')
-rw-r--r--templates/help.tmpl11
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/help.tmpl b/templates/help.tmpl
deleted file mode 100644
index e835c298..00000000
--- a/templates/help.tmpl
+++ /dev/null
@@ -1,11 +0,0 @@
-{{template "base/head" .}}
-{{template "base/navbar" .}}
-<div id="body-nav">
- <div class="container">
- <h3>Help</h3>
- </div>
-</div>
-<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