diff --git a/bedrock/mozorg/templates/mozorg/about/governance/policies/policies.html b/bedrock/mozorg/templates/mozorg/about/governance/policies/policies.html index a9b0652b5c9..a94a74c0ef9 100644 --- a/bedrock/mozorg/templates/mozorg/about/governance/policies/policies.html +++ b/bedrock/mozorg/templates/mozorg/about/governance/policies/policies.html @@ -21,7 +21,6 @@

Governance

  • Mozilla Modules and Module Ownership
  • Module Owners List
  • Mozilla Community Participation Guidelines
  • -
  • Mozilla.Social Content Policies
  • For additional information on Mozilla’s governance structure, see the Roles and Responsibilities page.

    diff --git a/bedrock/mozorg/templates/mozorg/about/governance/policies/social-content-policies.html b/bedrock/mozorg/templates/mozorg/about/governance/policies/social-content-policies.html deleted file mode 100644 index a3863e52a36..00000000000 --- a/bedrock/mozorg/templates/mozorg/about/governance/policies/social-content-policies.html +++ /dev/null @@ -1,638 +0,0 @@ -{# - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at https://mozilla.org/MPL/2.0/. -#} - -{% extends "mozorg/about-base.html" %} - -{% block page_title %}Mozilla.Social Content Policies{% endblock %} - -{% block page_css %} - {{ css_bundle('social-content-policies') }} -{% endblock %} - -{% block article %} -

    Mozilla.Social Content Policies

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -{% endblock %} diff --git a/bedrock/mozorg/urls.py b/bedrock/mozorg/urls.py index ec1771c3341..54ed014ecd6 100644 --- a/bedrock/mozorg/urls.py +++ b/bedrock/mozorg/urls.py @@ -67,7 +67,6 @@ ), page("about/governance/policies/module-ownership/", "mozorg/about/governance/policies/module-ownership.html"), page("about/governance/policies/regressions/", "mozorg/about/governance/policies/regressions.html"), - page("about/governance/policies/social-content-policies/", "mozorg/about/governance/policies/social-content-policies.html"), page("about/policy/transparency/", "mozorg/about/policy/transparency/index.html"), page("about/policy/transparency/jan-dec-2015/", "mozorg/about/policy/transparency/jan-dec-2015.html"), page("about/policy/transparency/jan-jun-2016/", "mozorg/about/policy/transparency/jan-jun-2016.html"), diff --git a/media/css/mozorg/social-content-policies.scss b/media/css/mozorg/social-content-policies.scss deleted file mode 100644 index 84371dbd570..00000000000 --- a/media/css/mozorg/social-content-policies.scss +++ /dev/null @@ -1,9 +0,0 @@ -// This Source Code Form is subject to the terms of the Mozilla Public -// License, v. 2.0. If a copy of the MPL was not distributed with this -// file, You can obtain one at https://mozilla.org/MPL/2.0/. - -@import '~@mozilla-protocol/core/protocol/css/includes/lib'; - -.mzp-c-article h2 { - margin: $layout-lg 0 $layout-sm; -} diff --git a/media/static-bundles.json b/media/static-bundles.json index 84694a9636e..537cf92af0f 100644 --- a/media/static-bundles.json +++ b/media/static-bundles.json @@ -54,12 +54,6 @@ ], "name": "participation-reporting" }, - { - "files": [ - "css/mozorg/social-content-policies.scss" - ], - "name": "social-content-policies" - }, { "files": [ "css/mozorg/mpl-differences.scss"