From 6f618e110fb0584d851fa74b1efbf789b6a5d391 2024-03-18 07:47:39 From: Ben Sturmfels Date: 2024-03-18 07:47:39 Subject: [PATCH] Fix /fossy/community-tracks/ --- diff --git a/conservancy/urls.py b/conservancy/urls.py index 98ebc2b52727fe2b7f2d7f4205362f0af95acdb1..4cfb37c91fc96b7c2a9be35f58c1f986d9ea575e 100644 --- a/conservancy/urls.py +++ b/conservancy/urls.py @@ -54,7 +54,7 @@ urlpatterns = [ re_path(r'^coming-soon.html', static_views.index), path('fundraiser_data/', fundgoal_views.view), path('assignment/', include('conservancy.assignment.urls')), - re_path(r'^fossy/', static_views.index), + path('fossy/', static_views.index), path('fossy/', include('conservancy.fossy.urls')), path('casts/the-corresponding-source/', include('conservancy.podjango.urls')), path('usethesource/', include('conservancy.usethesource.urls')),