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