diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-01-05 11:14:35 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-01-05 11:14:35 +0100 |
commit | 2c2fb340ad1d62c02cc9a1aadb3921ad31303c6a (patch) | |
tree | 7de73ad036750caf97a532a6faa98cbf229eb299 /source/templates | |
parent | Numbers are printed with commas as thousands separators (/feed page). (diff) | |
download | newspipe-2c2fb340ad1d62c02cc9a1aadb3921ad31303c6a.tar.gz newspipe-2c2fb340ad1d62c02cc9a1aadb3921ad31303c6a.tar.bz2 newspipe-2c2fb340ad1d62c02cc9a1aadb3921ad31303c6a.zip |
Improved display of error message.
Diffstat (limited to 'source/templates')
-rw-r--r-- | source/templates/error.html | 3 |
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 |