diff options
Diffstat (limited to 'templates/web/base/report_created.html')
-rw-r--r-- | templates/web/base/report_created.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/web/base/report_created.html b/templates/web/base/report_created.html new file mode 100644 index 000000000..81083654b --- /dev/null +++ b/templates/web/base/report_created.html @@ -0,0 +1,9 @@ +[% INCLUDE 'header.html', title => loc('Report created') %] + +<h1>[% loc("Report created") %]</h1> + +<p> +[% loc('Your report has been created and will shortly be sent.') %] +</p> + +[% INCLUDE 'footer.html' %] |