aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/errors/generic.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/errors/generic.html')
-rwxr-xr-xtemplates/web/base/errors/generic.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/templates/web/base/errors/generic.html b/templates/web/base/errors/generic.html
index 12aa8e170..d0d1e2e00 100755
--- a/templates/web/base/errors/generic.html
+++ b/templates/web/base/errors/generic.html
@@ -1,8 +1,9 @@
-[% INCLUDE 'header.html', title = loc('Error') %]
+[% INCLUDE 'header.html', bodyclass = 'fullwidthpage', title = loc('Error') %]
-<h1>[% loc('Error') %]</h1>
-
-<p>[% message %]</p>
+<div class="confirmation-header confirmation-header--failure">
+ <h1>[% loc('Error') %]</h1>
+ <p>[% message %]</p>
+</div>
[% INCLUDE 'footer.html' %]