diff options
Diffstat (limited to 'templates/web/zurich/email_sent.html')
-rw-r--r-- | templates/web/zurich/email_sent.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/web/zurich/email_sent.html b/templates/web/zurich/email_sent.html new file mode 100644 index 000000000..90bfcdbda --- /dev/null +++ b/templates/web/zurich/email_sent.html @@ -0,0 +1,11 @@ +[% INCLUDE 'header.html', bodyclass = 'fullwidthpage', title = loc('Create a report') %] + +<div class="confirmation-header confirmation-header--inbox"> + + <h1>[% loc("Nearly Done! Now check your email...") %]</h1> + + <p>[% loc("If you use web-based email or have 'junk mail' filters, you may wish to check your bulk/spam mail folders: sometimes, our messages are marked that way.") %]</p> + +</div> + +[% INCLUDE 'footer.html' %] |