From 02406c01fc5b0bc033f034aaf6c8580249b61fb4 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Mon, 18 Mar 2024 18:47:39 +1100 Subject: [PATCH] Fix /fossy/community-tracks/ --- conservancy/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conservancy/urls.py b/conservancy/urls.py index 98ebc2b5..4cfb37c9 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')),