aboutsummaryrefslogtreecommitdiff
path: root/source/templates/error.html
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-01-05 11:14:35 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-01-05 11:14:35 +0100
commit2c2fb340ad1d62c02cc9a1aadb3921ad31303c6a (patch)
tree7de73ad036750caf97a532a6faa98cbf229eb299 /source/templates/error.html
parentNumbers are printed with commas as thousands separators (/feed page). (diff)
downloadnewspipe-2c2fb340ad1d62c02cc9a1aadb3921ad31303c6a.tar.gz
newspipe-2c2fb340ad1d62c02cc9a1aadb3921ad31303c6a.tar.bz2
newspipe-2c2fb340ad1d62c02cc9a1aadb3921ad31303c6a.zip
Improved display of error message.
Diffstat (limited to 'source/templates/error.html')
-rw-r--r--source/templates/error.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/templates/error.html b/source/templates/error.html
index dbdf66db..3790d3e9 100644
--- a/source/templates/error.html
+++ b/source/templates/error.html
@@ -1,4 +1,5 @@
## error.html
<%inherit file="base.html"/>
<div class="left inner">
-${message} \ No newline at end of file
+ <h1>An error occured:</h1>
+ ${message} \ No newline at end of file
bgstack15