From 009357a68d8db53ea4236ebbf8154143641e3cb3 Mon Sep 17 00:00:00 2001 From: Craig Cook Date: Wed, 2 Oct 2024 15:41:21 -0700 Subject: [PATCH] Remove mozilla.social links and invite page (#15234) --- .../protocol/footer/footer-refresh.html | 1 - .../includes/protocol/footer/footer.html | 1 - bedrock/products/forms.py | 5 - bedrock/products/redirects.py | 1 + .../templates/products/mozsocial/invite.html | 106 ------------ bedrock/products/urls.py | 1 - bedrock/products/views.py | 14 +- l10n/configs/pontoon.toml | 3 - l10n/en/products/mozsocial/invite.ftl | 23 --- media/css/products/mozsocial/invite.scss | 27 --- .../mozsocial/waitlist-tree-high-res.png | Bin 70862 -> 0 bytes .../img/products/mozsocial/waitlist-tree.png | Bin 23763 -> 0 bytes media/js/products/mozsocial/invite.es6.js | 161 ------------------ media/static-bundles.json | 12 -- .../products/mozsocial/test_invite.py | 31 ---- tests/pages/products/mozsocial/invite.py | 66 ------- tests/redirects/map_globalconf.py | 1 + 17 files changed, 3 insertions(+), 450 deletions(-) delete mode 100644 bedrock/products/templates/products/mozsocial/invite.html delete mode 100644 l10n/en/products/mozsocial/invite.ftl delete mode 100644 media/css/products/mozsocial/invite.scss delete mode 100644 media/img/products/mozsocial/waitlist-tree-high-res.png delete mode 100644 media/img/products/mozsocial/waitlist-tree.png delete mode 100644 media/js/products/mozsocial/invite.es6.js delete mode 100644 tests/functional/products/mozsocial/test_invite.py delete mode 100644 tests/pages/products/mozsocial/invite.py diff --git a/bedrock/base/templates/includes/protocol/footer/footer-refresh.html b/bedrock/base/templates/includes/protocol/footer/footer-refresh.html index 1d85ede53c..8e137de5ee 100644 --- a/bedrock/base/templates/includes/protocol/footer/footer-refresh.html +++ b/bedrock/base/templates/includes/protocol/footer/footer-refresh.html @@ -18,7 +18,6 @@