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

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

<div class="confirmation-header confirmation-header--failure">
    <h1>[% title %]</h1>
    <p>[% message | safe %]</p>
</div>

[% INCLUDE 'footer.html' %]