diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-01-24 10:16:57 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-24 10:16:57 +0000 |
commit | efcf0504597aec9e24cb9d29aad5fa0624f3635b (patch) | |
tree | c3a0ec4e6e3d8a7013da5544dc80a43d92ee9221 /templates/web/default/email_sent.html | |
parent | 08c4f1a46206e1a41bb9b6b5375d2888e42118f2 (diff) |
Remove some unwanted text from Zurich site.
Diffstat (limited to 'templates/web/default/email_sent.html')
-rw-r--r-- | templates/web/default/email_sent.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/web/default/email_sent.html b/templates/web/default/email_sent.html index fd947022a..a18a73888 100644 --- a/templates/web/default/email_sent.html +++ b/templates/web/default/email_sent.html @@ -19,12 +19,16 @@ <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 — <em>please</em> be patient.") %]</p> +[% 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>[% tprintf( loc("You must now click the link in the email we've just sent you — if you do not, %s."), messages.$email_type.action ) %].</p> +[% IF c.cobrand.moniker != 'zurich' %] <p>[% tprintf( loc("(Don't worry — %s)"), messages.$email_type.worry ) %]</p> +[% END %] [% INCLUDE 'footer.html' %] |