Changeset - 38db5039d908
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 2 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
...
 
@@ -65,6 +65,6 @@ urlpatterns = [
 
    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)