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:
parent
5f46a9bece
commit
d98707b64a
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ urlpatterns = [
|
||||||
url(r'^learn', static_views.index),
|
url(r'^learn', static_views.index),
|
||||||
url(r'^press', static_views.index),
|
url(r'^press', static_views.index),
|
||||||
url(r'^projects', static_views.index),
|
url(r'^projects', static_views.index),
|
||||||
|
url(r'^GiveUpGitHub', static_views.index),
|
||||||
url(r'^npoacct', static_views.index,
|
url(r'^npoacct', static_views.index,
|
||||||
{'fundraiser_sought' : 'npoacct'}),
|
{'fundraiser_sought' : 'npoacct'}),
|
||||||
url(r'^contractpatch', include('conservancy.apps.contractpatch.urls')),
|
url(r'^contractpatch', include('conservancy.apps.contractpatch.urls')),
|
||||||
|
|
Loading…
Reference in a new issue