diff --git a/bedrock/newsletter/templates/newsletter/firefox.html b/bedrock/newsletter/templates/newsletter/firefox.html
index 773219fbf6e..e3bdcd28c1d 100644
--- a/bedrock/newsletter/templates/newsletter/firefox.html
+++ b/bedrock/newsletter/templates/newsletter/firefox.html
@@ -90,12 +90,17 @@
{{ page_title_copy }}
{% 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-and-you',
include_title=False,
button_class='button-dark'
)}}
{% else %}
- {{ email_newsletter_form(include_title=False, spinner_color='#3a304b', button_class='mzp-t-product mzp-t-lg') }}
+ {{ email_newsletter_form(
+ newsletters='mozilla-and-you',
+ include_title=False,
+ spinner_color='#3a304b',
+ button_class='mzp-t-product mzp-t-lg'
+ )}}
{% endif %}