summaryrefslogtreecommitdiffstats
path: root/templates/errors
diff options
context:
space:
mode:
Diffstat (limited to 'templates/errors')
-rw-r--r--templates/errors/generic.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/templates/errors/generic.html b/templates/errors/generic.html
index 66655a1..19bed46 100644
--- a/templates/errors/generic.html
+++ b/templates/errors/generic.html
@@ -13,7 +13,15 @@
<div class='space'></div>
<div class='align-center'>
<h3>There has been an error.</h3>
- <p>We are terribly sorry but an unknown fault has occurred. </p>
+
+
+
+ {% if message %}
+ {{message}}
+ {% else %}
+ <p>We are terribly sorry but an unknown fault has occurred. </p>
+
+ {% endif %})
</div>