Changeset - d98707b64ad5
[Not reviewed]
0 1 0
Bradley M. Kuhn - 21 months ago 2022-06-30 12:34:00
bkuhn@sfconservancy.org
new top-level urls still need to be added here.

I forget why we had this set up this way, but I think this is the
right way to do it. 🤷
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
www/conservancy/urls.py
Show inline comments
...
 
@@ -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')),
0 comments (0 inline, 0 general)