blob: d1b952621377cac47a0e0b2de163b66031993b17 (
plain)
1
2
3
4
5
6
7
|
[% INCLUDE 'header.html', title => loc('Error') %]
<h1>[% loc('Error') %]</h1>
<p>[% loc('Sorry, there has been an error confirming your problem.') %]</p>
[% INCLUDE 'footer.html' %]
|