aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/tfl/email_sent.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/tfl/email_sent.html')
-rw-r--r--templates/web/tfl/email_sent.html25
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&hellip;") %]</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&rsquo;t find our email? Check your spam folder&nbsp;&ndash; that&rsquo;s the solution 99% of the time.") %]
+ </p>
+
+</div>
+
+[% INCLUDE 'footer.html' %]