aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-01-24 10:16:57 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-01-24 10:16:57 +0000
commitefcf0504597aec9e24cb9d29aad5fa0624f3635b (patch)
treec3a0ec4e6e3d8a7013da5544dc80a43d92ee9221 /templates/web/default
parent08c4f1a46206e1a41bb9b6b5375d2888e42118f2 (diff)
Remove some unwanted text from Zurich site.
Diffstat (limited to 'templates/web/default')
-rw-r--r--templates/web/default/email_sent.html4
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 &mdash; <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 &mdash; if you do not, %s."), messages.$email_type.action ) %].</p>
+[% IF c.cobrand.moniker != 'zurich' %]
<p>[% tprintf( loc("(Don't worry &mdash; %s)"), messages.$email_type.worry ) %]</p>
+[% END %]
[% INCLUDE 'footer.html' %]