From 3bffb3806678bff5ddc1bdae6f735ac47632fcd3 Mon Sep 17 00:00:00 2001 From: Daniel Miranda Date: Thu, 14 Dec 2023 15:58:26 -0800 Subject: [PATCH] commented out ways to give view --- donate/urls.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/donate/urls.py b/donate/urls.py index ea7819542..3308a9448 100644 --- a/donate/urls.py +++ b/donate/urls.py @@ -42,7 +42,9 @@ # See https://django-statici18n.readthedocs.io path('jsi18n/', cache_page(86400)(JavaScriptCatalog.as_view()), name='javascript-catalog'), path('', include(payments_urls)), - path('ways-to-give/', WaysToGiveView.as_view(), name='ways_to_give'), + # Ways to give view is commented out as we are now hosting that page on foundation.mozilla.org. + # For more info, see: https://github.com/MozillaFoundation/donate-wagtail/issues/1770 + # path('ways-to-give/', WaysToGiveView.as_view(), name='ways_to_give'), path('403/', TemplateView.as_view(template_name='403.html')), # set up set language redirect view