diff --git a/bedrock/base/templates/includes/protocol/footer/footer-newsletter.html b/bedrock/base/templates/includes/protocol/footer/footer-newsletter.html index a1f7bf109f9..ff8ff2eac67 100644 --- a/bedrock/base/templates/includes/protocol/footer/footer-newsletter.html +++ b/bedrock/base/templates/includes/protocol/footer/footer-newsletter.html @@ -13,7 +13,7 @@
{{ email_newsletter_form( - newsletters='mozilla-foundation, mozilla-and-you', + newsletters='mozilla-foundation' if switch('foundation-separate-newsletter') else 'mozilla-foundation, mozilla-and-you', title=None )}}
diff --git a/bedrock/mozorg/templates/mozorg/about/manifesto.html b/bedrock/mozorg/templates/mozorg/about/manifesto.html index 89042607240..922bbd94213 100644 --- a/bedrock/mozorg/templates/mozorg/about/manifesto.html +++ b/bedrock/mozorg/templates/mozorg/about/manifesto.html @@ -152,7 +152,7 @@

{{ principle_number_10 }}

{% if ftl_has_messages('multi-newsletter-form-title', 'multi-newsletter-form-desc', 'multi-newsletter-form-checkboxes-legend') %} {{ email_newsletter_form( - newsletters='mozilla-foundation, mozilla-and-you', + newsletters='mozilla-foundation' if switch('foundation-separate-newsletter') else 'mozilla-foundation, mozilla-and-you', button_class='button-dark' )}} {% elif LANG.startswith('en-') %} diff --git a/bedrock/mozorg/templates/mozorg/home/home-old.html b/bedrock/mozorg/templates/mozorg/home/home-old.html index d70c9d50187..93a25b5fba3 100644 --- a/bedrock/mozorg/templates/mozorg/home/home-old.html +++ b/bedrock/mozorg/templates/mozorg/home/home-old.html @@ -184,7 +184,7 @@

{{ ftl('home-need-help') }}

{% if ftl_has_messages('multi-newsletter-form-title', 'multi-newsletter-form-desc', 'multi-newsletter-form-checkboxes-legend') %} {{ email_newsletter_form( - newsletters='mozilla-foundation, mozilla-and-you', + newsletters='mozilla-foundation' if switch('foundation-separate-newsletter') else 'mozilla-foundation, mozilla-and-you', button_class='button-dark' )}} {% else %} diff --git a/bedrock/mozorg/templates/mozorg/mission.html b/bedrock/mozorg/templates/mozorg/mission.html index b9ea2724a8a..38f29dfd6e7 100644 --- a/bedrock/mozorg/templates/mozorg/mission.html +++ b/bedrock/mozorg/templates/mozorg/mission.html @@ -65,7 +65,7 @@

{{ ftl('mission-go