Changeset - 3b2eab89a355
[Not reviewed]
0 1 0
Daniel Takamori (pono) - 16 months ago 2022-11-29 22:01:20
pono@sfconservancy.org
need to change urls.py for fossy to work
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
www/conservancy/urls.py
Show inline comments
...
 
@@ -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,
0 comments (0 inline, 0 general)