aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/tokens/error.html
blob: e3fa6c1704c3dc219edb7661de1094538a726e8b (plain)
1
2
3
4
5
6
7
8
9
[% INCLUDE 'header.html', title => loc('Error') %]

<h1>[% loc('Error') %]</h1>

[% contact_url = c.uri_for('/contact'); %]

<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>

[% INCLUDE 'footer.html' %]