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
...
 
@@ -46,13 +46,13 @@ urlpatterns = [
 
    url(r'^copyleft-compliance', static_views.index, {'fundraiser_sought': 'vmware-match-0'}),
 
    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.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')),
 
    url(r'^coming-soon.html', static_views.index),
 
    url(r'^fundraiser_data', fundgoal_views.view),
 
    path('assignment/', include('conservancy.assignment.urls')),
0 comments (0 inline, 0 general)