diff options
Diffstat (limited to 'templates/web/tfl/email_sent.html')
-rw-r--r-- | templates/web/tfl/email_sent.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/templates/web/tfl/email_sent.html b/templates/web/tfl/email_sent.html new file mode 100644 index 000000000..581ff2b61 --- /dev/null +++ b/templates/web/tfl/email_sent.html @@ -0,0 +1,25 @@ +[% 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> + [% IF email_type == 'problem' %] + We’ve sent you a confirmation email. Click the link to publish your problem. + [% ELSIF email_type == 'update' %] + We’ve sent you a confirmation email. Click the link to publish your update. + [% ELSIF email_type == 'alert' %] + We’ve sent you a confirmation email. Click the link to activate your alert. + [% END %] + </p> + + [% TRY %][% INCLUDE '_email_sent_extra.html' %][% CATCH file %][% END %] + + <p> + [% loc("Can’t find our email? Check your spam folder – that’s the solution 99% of the time.") %] + </p> + +</div> + +[% INCLUDE 'footer.html' %] |