Changeset - 6f618e110fb0
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 1 month ago 2024-03-18 07:47:39
ben@sturm.com.au
Fix /fossy/community-tracks/
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
conservancy/urls.py
Show inline comments
...
 
@@ -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')),
0 comments (0 inline, 0 general)