From 3b2eab89a355000d5aa70455cbe4bb94bfe2dd6b Mon Sep 17 00:00:00 2001 From: Daniel Pono Takamori Date: Tue, 29 Nov 2022 14:01:20 -0800 Subject: [PATCH] need to change urls.py for fossy to work --- www/conservancy/urls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/www/conservancy/urls.py b/www/conservancy/urls.py index dc1dda5d..6f5c4308 100644 --- a/www/conservancy/urls.py +++ b/www/conservancy/urls.py @@ -47,6 +47,7 @@ urlpatterns = [ url(r'^error/(40[134]|500)(?:/index\.html|/|)$', static_views.handler), url(r'^error', static_views.index), url(r'^about', static_views.index), + url(r'^fossy', static_views.index), url(r'^activities', static_views.index), url(r'^donate', static_views.index), url(r'^copyleft-compliance', static_views.index,