aboutsummaryrefslogtreecommitdiff
path: root/source/templates/error.html
diff options
context:
space:
mode:
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