aboutsummaryrefslogtreecommitdiff
path: root/source/static/templates/error.html
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-03-15 08:20:00 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-03-15 08:20:00 +0100
commit9a6fe2bf696c4c364518159735f4f5d12c666681 (patch)
treec540d7d1cf76542627673ef36490c641bb02f50f /source/static/templates/error.html
parentUpdated revision date (diff)
downloadnewspipe-9a6fe2bf696c4c364518159735f4f5d12c666681.tar.gz
newspipe-9a6fe2bf696c4c364518159735f4f5d12c666681.tar.bz2
newspipe-9a6fe2bf696c4c364518159735f4f5d12c666681.zip
Reaorganization of folders for the CSS, templates and pictures.
Diffstat (limited to 'source/static/templates/error.html')
-rw-r--r--source/static/templates/error.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/static/templates/error.html b/source/static/templates/error.html
new file mode 100644
index 00000000..3790d3e9
--- /dev/null
+++ b/source/static/templates/error.html
@@ -0,0 +1,5 @@
+## error.html
+<%inherit file="base.html"/>
+<div class="left inner">
+ <h1>An error occured:</h1>
+ ${message} \ No newline at end of file
bgstack15