Skip to content

Commit

Permalink
Fix missing footer styles on /firefox/new/ and /thanks/ (Fixes #15138) (
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgibson authored Sep 13, 2024
1 parent cea46a3 commit 6e9c24b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
4 changes: 0 additions & 4 deletions bedrock/base/templates/base-protocol-mozilla.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,3 @@
{{ css_bundle('m24-navigation-and-footer') }}
{% endif %}
{% endblock %}

{% block site_footer %}
{% include 'includes/protocol/footer/footer.html' %}
{% endblock %}
2 changes: 0 additions & 2 deletions bedrock/cms/templates/cms/base-protocol.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@
{% endblock %}

{% block site_css %}

{{ super() }}
{{ css_bundle('cms-base') }}

{% endblock %}

{% block js %}
Expand Down
3 changes: 3 additions & 0 deletions bedrock/firefox/templates/firefox/new/basic/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
{# All stylesheets are loaded in extrahead to serve legacy IE basic styles #}
{% block extrahead %}
{{ css_bundle('protocol-firefox') }}
{% if switch('m24-navigation-and-footer') and LANG.startswith('en-') %}
{{ css_bundle('m24-navigation-and-footer') }}
{% endif %}

<!--[if IE]>
{{ css_bundle('firefox_new_ie') }}
Expand Down
3 changes: 3 additions & 0 deletions bedrock/firefox/templates/firefox/new/desktop/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
{# All stylesheets are loaded in extrahead to serve legacy IE basic styles #}
{% block extrahead %}
{{ css_bundle('protocol-firefox') }}
{% if switch('m24-navigation-and-footer') and LANG.startswith('en-') %}
{{ css_bundle('m24-navigation-and-footer') }}
{% endif %}
{% endblock %}

{% block body_class %}mzp-t-firefox{% endblock %}
4 changes: 0 additions & 4 deletions bedrock/products/templates/products/vpn/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
{% include 'products/vpn/includes/subnav-refresh.html' %}
{% endblock %}

{% block site_css %}
{{ super() }}
{% endblock %}

{% block js %}{% endblock %}

{% block third_party_js %}
Expand Down

0 comments on commit 6e9c24b

Please sign in to comment.