From 7933ca5f71b6520b7f45add7f619db0ee5f18eff Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Wed, 7 Feb 2024 14:29:35 +1100 Subject: [PATCH] podjango: Pluralize to /casts/ --- conservancy/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conservancy/urls.py b/conservancy/urls.py index b2a6916b..ebe4ceb9 100644 --- a/conservancy/urls.py +++ b/conservancy/urls.py @@ -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/the-corresponding-source/', include('conservancy.podjango.urls')), + path('casts/the-corresponding-source/', include('conservancy.podjango.urls')), path('usethesource/', include('conservancy.usethesource.urls')), ]