diff --git a/conservancy/urls.py b/conservancy/urls.py index dc2fe8624e881af5d5f35f9241ebc5984fb875da..110fb7238aef2aa2e7ee07885c1a5859d8ed9d87 100644 --- a/conservancy/urls.py +++ b/conservancy/urls.py @@ -29,7 +29,7 @@ urlpatterns = [ path('admin/', admin.site.urls), path('assignment/', include('conservancy.assignment.urls')), path('blog/', include('conservancy.blog.urls')), - path('casts/the-corresponding-source/', include('conservancy.podjango.urls')), + path('casts/', include('conservancy.podjango.urls')), path('contacts/', include('conservancy.contacts.urls')), path('contractpatch/', include('conservancy.contractpatch.urls')), path('feeds/', feeds.view),