Changeset - fc308958faf8
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 1 month ago 2024-03-18 07:03:15
ben@sturm.com.au
Fix contractpatch urls
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
conservancy/urls.py
Show inline comments
...
 
@@ -49,7 +49,7 @@ urlpatterns = [
 
    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.contractpatch.urls')),
 
    path('contractpatch/', include('conservancy.contractpatch.urls')),
 
    url(r'^overview', static_views.index),
 
    url(r'^privacy-policy', static_views.index),
 
    url(r'^sustainer/', include('conservancy.supporter.urls')),
0 comments (0 inline, 0 general)