summaryrefslogtreecommitdiffstats
path: root/templates/status
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-11-26 17:33:45 -0500
committerUnknwon <u@gogs.io>2015-11-26 17:33:45 -0500
commitc50a3503e6e8ece0dabd109932a72fe093c3cab3 (patch)
treed9918c4b9c5d5efc94771cae22231fdcc0796102 /templates/status
parent2b10fdc4dcb987b347b031f460cf4f02fd48a31a (diff)
downloadgitea-c50a3503e6e8ece0dabd109932a72fe093c3cab3.tar.gz
gitea-c50a3503e6e8ece0dabd109932a72fe093c3cab3.zip
introduce git-shell
Diffstat (limited to 'templates/status')
-rw-r--r--templates/status/401.tmpl5
-rw-r--r--templates/status/403.tmpl5
2 files changed, 0 insertions, 10 deletions
diff --git a/templates/status/401.tmpl b/templates/status/401.tmpl
deleted file mode 100644
index f00101fd3c..0000000000
--- a/templates/status/401.tmpl
+++ /dev/null
@@ -1,5 +0,0 @@
-{{template "base/head" .}}
-<div class="ui container center">
- 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 5c413a2974..0000000000
--- a/templates/status/403.tmpl
+++ /dev/null
@@ -1,5 +0,0 @@
-{{template "base/head" .}}
-<div class="ui container center">
- 403 Forbidden
-</div>
-{{template "base/footer" .}} \ No newline at end of file