summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2016-01-21 21:34:39 +0100
committerSebastian Reichel <sre@ring0.de>2016-01-21 21:34:39 +0100
commit97a8e7f75ff8d2aec73ffe92f8778421a034f80c (patch)
tree4fe3ad63ac51dbea4ca8fc729911eda8b6d7f0b7
parent58413ee78e34cde4348dbf3d623c278c8d1ba048 (diff)
downloadserial-barcode-scanner-97a8e7f75ff8d2aec73ffe92f8778421a034f80c.tar.bz2
add error 400 template
-rw-r--r--templates/errors/400.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/errors/400.html b/templates/errors/400.html
new file mode 100644
index 0000000..5a8ec3b
--- /dev/null
+++ b/templates/errors/400.html
@@ -0,0 +1,5 @@
+<div class="alert alert-danger" role="alert">
+ <i class="icon-exclamation-sign"></i>
+ <b>Internal Server Error!</b><br>
+ {{{ERRMSG}}}
+</div>