diff --git a/bedrock/newsletter/templates/newsletter/mozilla-and-you.html b/bedrock/newsletter/templates/newsletter/mozilla-and-you.html index ef95fbe34da..bd9f44892c7 100644 --- a/bedrock/newsletter/templates/newsletter/mozilla-and-you.html +++ b/bedrock/newsletter/templates/newsletter/mozilla-and-you.html @@ -15,11 +15,6 @@

{{ _('Read all about it in our newsletter') }} {% endblock %} -{% block success_no_confirm %} -

{% trans %}We look forward to soon begin sharing tips & tricks on getting the most out of Firefox, as well as exciting news about Mozilla and how we’re working to create a better Web.{% endtrans %}

-

{% trans %}Please be sure to add our sending address: mozilla@e.mozilla.org to your address book to ensure we always reach your inbox.{% endtrans %}

-{% endblock success_no_confirm %} - {% block success_confirm %}

{% trans %}Thanks! Please check your inbox to confirm your subscription.{% endtrans %}

{% trans %}You'll receive an email from mozilla@e.mozilla.org to confirm your subscription. If you don't see it, check your spam filter. You must confirm your subscription to receive our newsletter.{% endtrans %}

diff --git a/bedrock/newsletter/templates/newsletter/one_newsletter_signup.html b/bedrock/newsletter/templates/newsletter/one_newsletter_signup.html index a6b9345e5dc..6e3244b03b0 100644 --- a/bedrock/newsletter/templates/newsletter/one_newsletter_signup.html +++ b/bedrock/newsletter/templates/newsletter/one_newsletter_signup.html @@ -29,19 +29,11 @@ {# User has been subscribed #}

{{ _('Thanks for Subscribing!') }}

- {# user did not need to confirm before starting subscription (no double-opt-in) #} - {% if request.newsletter_lang.startswith('en') %} - {% block success_no_confirm %} -

{% trans %}We look forward to soon begin sharing tips & tricks on getting the most out of Firefox, as well as exciting news about Mozilla and how we’re working to create a better Web.{% endtrans %}

-

{% trans %}Please be sure to add our sending address: mozilla@e.mozilla.org to your address book to ensure we always reach your inbox.{% endtrans %}

- {% endblock success_no_confirm %} - {% else %} - {# user will have to confirm before starting subscription #} - {% block success_confirm %} -

{% trans %}Thanks! Please check your inbox to confirm your subscription.{% endtrans %}

-

{% trans %}You'll receive an email from mozilla@e.mozilla.org to confirm your subscription. If you don't see it, check your spam filter. You must confirm your subscription to receive our newsletter.{% endtrans %}

- {% endblock success_confirm %} - {% endif %} + {# user will have to confirm before starting subscription #} + {% block success_confirm %} +

{% trans %}Thanks! Please check your inbox to confirm your subscription.{% endtrans %}

+

{% trans %}You'll receive an email from mozilla@e.mozilla.org to confirm your subscription. If you don't see it, check your spam filter. You must confirm your subscription to receive our newsletter.{% endtrans %}

+ {% endblock success_confirm %}
{% else %} {% block newsletter_content %}{% endblock newsletter_content %}