summaryrefslogtreecommitdiffstats
path: root/templates/status
diff options
context:
space:
mode:
Diffstat (limited to 'templates/status')
-rw-r--r--templates/status/200.tmpl7
-rw-r--r--templates/status/401.tmpl6
-rw-r--r--templates/status/403.tmpl6
-rw-r--r--templates/status/404.tmpl9
-rw-r--r--templates/status/500.tmpl10
5 files changed, 0 insertions, 38 deletions
diff --git a/templates/status/200.tmpl b/templates/status/200.tmpl
deleted file mode 100644
index 0846ad7951..0000000000
--- a/templates/status/200.tmpl
+++ /dev/null
@@ -1,7 +0,0 @@
-{{template "base/head" .}}
-{{template "base/navbar" .}}
-<div id="body" class="container">
- <p>An error is occurred : {{.ErrorMsg}}</p>
- <p>Application Version: {{AppVer}}</p>
-</div>
-{{template "base/footer" .}} \ No newline at end of file
diff --git a/templates/status/401.tmpl b/templates/status/401.tmpl
deleted file mode 100644
index 98995381af..0000000000
--- a/templates/status/401.tmpl
+++ /dev/null
@@ -1,6 +0,0 @@
-{{template "base/head" .}}
-{{template "base/navbar" .}}
-<div class="container">
- 401 Unauthorized
-</div>
-{{template "base/footer" .}} \ No newline at end of file
diff --git a/templates/status/403.tmpl b/templates/status/403.tmpl
deleted file mode 100644
index 03a88479dd..0000000000
--- a/templates/status/403.tmpl
+++ /dev/null
@@ -1,6 +0,0 @@
-{{template "base/head" .}}
-{{template "base/navbar" .}}
-<div class="container">
- 403 Forbidden
-</div>
-{{template "base/footer" .}} \ No newline at end of file
diff --git a/templates/status/404.tmpl b/templates/status/404.tmpl
deleted file mode 100644
index f68676fe23..0000000000
--- a/templates/status/404.tmpl
+++ /dev/null
@@ -1,9 +0,0 @@
-{{template "base/head" .}}
-{{template "base/navbar" .}}
-<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>
- <p>If you think it is an error, please open an issue on <a href="https://github.com/gogits/gogs/issues/new">GitHub</a>.</p>
-</div>
-{{template "base/footer" .}} \ No newline at end of file
diff --git a/templates/status/500.tmpl b/templates/status/500.tmpl
deleted file mode 100644
index dd7358115d..0000000000
--- a/templates/status/500.tmpl
+++ /dev/null
@@ -1,10 +0,0 @@
-{{template "base/head" .}}
-{{template "base/navbar" .}}
-<div id="body" class="container text-center">
- <p style="margin-top: 80px"><img src="/img/500.png" alt="404"/></p>
- <hr/>
- <p>An error is occurred : {{.ErrorMsg}}</p>
- <hr/>
- <p>Application Version: {{AppVer}}</p>
-</div>
-{{template "base/footer" .}} \ No newline at end of file