From d98707b64ad57b3798f01a01b7965cd4defaa477 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Thu, 30 Jun 2022 05:34:00 -0700 Subject: [PATCH] new top-level urls still need to be added here. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I forget why we had this set up this way, but I think this is the right way to do it. 🤷 --- www/conservancy/urls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/www/conservancy/urls.py b/www/conservancy/urls.py index d2de57ac..d2e9913d 100644 --- a/www/conservancy/urls.py +++ b/www/conservancy/urls.py @@ -50,6 +50,7 @@ urlpatterns = [ url(r'^learn', static_views.index), url(r'^press', static_views.index), url(r'^projects', static_views.index), + url(r'^GiveUpGitHub', static_views.index), url(r'^npoacct', static_views.index, {'fundraiser_sought' : 'npoacct'}), url(r'^contractpatch', include('conservancy.apps.contractpatch.urls')),