diff --git a/conservancy/urls.py b/conservancy/urls.py index 0189519d1060581f163d41165e4d37ff58ad9191..a23c6baa2cb5a7603e2b0b3c73097a6b0f531024 100644 --- a/conservancy/urls.py +++ b/conservancy/urls.py @@ -52,8 +52,9 @@ urlpatterns = [ re_path(r'^GiveUpGitHub/', static_views.index), re_path(r'^learn/', static_views.index), re_path(r'^npoacct/', static_views.index, {'fundraiser_sought': 'npoacct'}), - re_path(r'^overview/', static_views.index), + re_path(r'^overview/', static_views.index), # Unused? re_path(r'^press/', static_views.index), re_path(r'^privacy-policy/', static_views.index), re_path(r'^projects/', static_views.index), + re_path(r'^sustainer/', static_views.index), ]