File diff 5fa226284bcb → 1cfe805689a2
conservancy/urls.py
Show inline comments
...
 
@@ -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),