Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
commented out ways to give view
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfmiranda committed Dec 14, 2023
1 parent 430ebb9 commit 3bffb38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion donate/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bffb38

Please sign in to comment.