aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/email_sent.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/email_sent.html')
-rw-r--r--templates/web/base/email_sent.html18
1 files changed, 11 insertions, 7 deletions
diff --git a/templates/web/base/email_sent.html b/templates/web/base/email_sent.html
index 8d7b35a58..3b442cfb5 100644
--- a/templates/web/base/email_sent.html
+++ b/templates/web/base/email_sent.html
@@ -1,14 +1,16 @@
-[% INCLUDE 'header.html', bodyclass = 'twothirdswidthpage', title = loc('Create a report') %]
+[% INCLUDE 'header.html', bodyclass = 'fullwidthpage', title = loc('Create a report') %]
-<h1>[% loc("Nearly Done! Now check your email...") %]</h1>
+<div class="confirmation-header confirmation-header--inbox">
-[% IF c.cobrand.moniker != 'zurich' %]
+ <h1>[% loc("Nearly Done! Now check your email...") %]</h1>
+
+ [% IF c.cobrand.moniker != 'zurich' %]
<p>[% loc("The confirmation email <strong>may</strong> take a few minutes to arrive &mdash; <em>please</em> be patient.") %]</p>
-[% END %]
+ [% END %]
-<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>
+ <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>
-[% IF c.cobrand.moniker != 'zurich' %]
+ [% IF c.cobrand.moniker != 'zurich' %]
<p>
[% loc("You must now click the link in the email we've just sent you.") %]
[% IF email_type == 'problem' %]
@@ -29,6 +31,8 @@
[% loc("(Don't worry &mdash; we'll hang on to your alert while you're checking your email.)") %]
[% END %]
</p>
-[% END %]
+ [% END %]
+
+</div>
[% INCLUDE 'footer.html' %]