Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions apps/marketplace/templates/marketplace/marketplace.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,11 @@ <h3>{{_('Want to build an app?')}}</h3>
{% endblock %}

{% block email_form %}
{{ email_newsletter_form('app-dev',
_('Sign up for more news about the Firefox Marketplace.'),
include_language=False) }}
{% if LANG.startswith('en') %}
{{ email_newsletter_form('app-dev',
_('Sign up for more news about the Firefox Marketplace.'),
include_language=False) }}
{% endif %}
{% endblock %}

{% block js %}
Expand Down