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

[% IF csrf_token ~%]
<input type="hidden" name="token" value="[% csrf_token %]">
[% END ~%]

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

[% INCLUDE 'footer.html' %]