diff options
Diffstat (limited to 'templates/errors')
-rw-r--r-- | templates/errors/400.html | 5 | ||||
-rw-r--r-- | templates/errors/403.html | 1 | ||||
-rw-r--r-- | templates/errors/todo.html | 1 |
3 files changed, 0 insertions, 7 deletions
diff --git a/templates/errors/400.html b/templates/errors/400.html deleted file mode 100644 index 5a8ec3b..0000000 --- a/templates/errors/400.html +++ /dev/null @@ -1,5 +0,0 @@ -<div class="alert alert-danger" role="alert"> - <i class="icon-exclamation-sign"></i> - <b>Internal Server Error!</b><br> - {{{ERRMSG}}} -</div> diff --git a/templates/errors/403.html b/templates/errors/403.html deleted file mode 100644 index 94763d7..0000000 --- a/templates/errors/403.html +++ /dev/null @@ -1 +0,0 @@ -Access denied! diff --git a/templates/errors/todo.html b/templates/errors/todo.html deleted file mode 100644 index a494f55..0000000 --- a/templates/errors/todo.html +++ /dev/null @@ -1 +0,0 @@ -This page is Work in Progress. |