From bf88f1be1c4800294201531d7cbfedec88c2c9f2 2021-10-19 13:50:25 From: Bradley M. Kuhn Date: 2021-10-19 13:50:25 Subject: [PATCH] Also need to add a URL for this to work. --- diff --git a/www/conservancy/urls.py b/www/conservancy/urls.py index 7da986f26597311e88beca0d4b3ac58275dde93e..6dc7431b7b1130bfd8e505a82b1adda0bbee1cc9 100644 --- a/www/conservancy/urls.py +++ b/www/conservancy/urls.py @@ -53,5 +53,6 @@ urlpatterns = [ url(r'^overview', static_views.index), url(r'^privacy-policy', static_views.index), url(r'^sustainer', include('conservancy.apps.supporter.urls')), + url(r'^coming-soon.html', static_views.index), url(r'^fundraiser_data', fundgoal_views.view), ]