Changeset - 38db5039d908
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 3 months ago 2024-02-07 03:19:28
ben@sturm.com.au
Move /cast/ to /cast/the-corresponding-source/

This makes room for addition of other podcasts later.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
conservancy/urls.py
Show inline comments
...
 
@@ -56,15 +56,15 @@ urlpatterns = [
 
    url(r'^GiveUpGitHub', static_views.index),
 
    url(r'^npoacct', static_views.index, {'fundraiser_sought': 'npoacct'}),
 
    url(r'^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('ccs-upload/', include('conservancy.ccs_upload.urls', namespace='ccs_upload')),
 
    path('assignment/', include('conservancy.assignment.urls')),
 
    url(r'^fossy/$', static_views.index),
 
    path('fossy/', include('conservancy.fossy.urls')),
 
    path('cast/', include('conservancy.podjango.urls')),
 
    path('cast/the-corresponding-source/', include('conservancy.podjango.urls')),
 
    path('usethesource/', include('conservancy.usethesource.urls')),
 
]
0 comments (0 inline, 0 general)