diff --git a/conservancy/urls.py b/conservancy/urls.py index 4cfb37c91fc96b7c2a9be35f58c1f986d9ea575e..5ef492b871e6c4747f3decfc40c2690421f92c6f 100644 --- a/conservancy/urls.py +++ b/conservancy/urls.py @@ -45,7 +45,7 @@ urlpatterns = [ re_path(r'^learn/', static_views.index), re_path(r'^press/', static_views.index), re_path(r'^projects/', static_views.index), - re_path(r'^GiveUpGitHub', static_views.index), + re_path(r'^GiveUpGitHub/', static_views.index), re_path(r'^npoacct/', static_views.index, {'fundraiser_sought': 'npoacct'}), path('contractpatch/', include('conservancy.contractpatch.urls')), re_path(r'^overview/', static_views.index),