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. 🤷
This commit is contained in:
Bradley M. Kuhn 2022-06-30 05:34:00 -07:00
parent 5f46a9bece
commit d98707b64a

View file

@ -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')),