aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/errors/generic.html
blob: d0d1e2e002a6879ff10a4ded9ef6c1c073e7bfca (plain)
1
2
3
4
5
6
7
8
9
[% INCLUDE 'header.html', bodyclass = 'fullwidthpage', title = loc('Error') %]

<div class="confirmation-header confirmation-header--failure">
    <h1>[% loc('Error') %]</h1>
    <p>[% message %]</p>
</div>

[% INCLUDE 'footer.html' %]