diff options
Diffstat (limited to 'templates/web/base/tokens/error.html')
-rw-r--r-- | templates/web/base/tokens/error.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/web/base/tokens/error.html b/templates/web/base/tokens/error.html new file mode 100644 index 000000000..e3fa6c170 --- /dev/null +++ b/templates/web/base/tokens/error.html @@ -0,0 +1,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' %] |