diff --git a/conservancy/urls.py b/conservancy/urls.py index 5ef492b871e6c4747f3decfc40c2690421f92c6f..83afecb3648d97691cb7fdfbbd777f5011698d45 100644 --- a/conservancy/urls.py +++ b/conservancy/urls.py @@ -51,7 +51,6 @@ urlpatterns = [ re_path(r'^overview/', static_views.index), re_path(r'^privacy-policy/', static_views.index), path('sustainer/', include('conservancy.supporter.urls')), - re_path(r'^coming-soon.html', static_views.index), path('fundraiser_data/', fundgoal_views.view), path('assignment/', include('conservancy.assignment.urls')), path('fossy/', static_views.index),