blob: 726ec15981659001e83a6810ed24143add6c6800 (
plain)
1
2
3
4
5
6
7
8
9
|
[% INCLUDE 'header.html', bodyclass = 'fullwidthpage', title = loc('Error') %]
[% contact_url = c.uri_for('/contact') %]
<div class="confirmation-header confirmation-header--failure">
<h1>[% loc('Error') %]</h1>
<p>[% tprintf( loc('Thank you for trying to confirm your update or problem. We seem to have an error ourselves though, so <a href="%s">please let us know what went on</a> and we\'ll look into it.'), contact_url ) %]</p>
</div>
[% INCLUDE 'footer.html' %]
|