need to change urls.py for fossy to work

This commit is contained in:
Daniel Pono Takamori 2022-11-29 14:01:20 -08:00
parent de3a48e587
commit 3b2eab89a3
Signed by: pono
GPG key ID: 17BB4167325DAA02

View file

@ -47,6 +47,7 @@ urlpatterns = [
url(r'^error/(40[134]|500)(?:/index\.html|/|)$', static_views.handler), url(r'^error/(40[134]|500)(?:/index\.html|/|)$', static_views.handler),
url(r'^error', static_views.index), url(r'^error', static_views.index),
url(r'^about', static_views.index), url(r'^about', static_views.index),
url(r'^fossy', static_views.index),
url(r'^activities', static_views.index), url(r'^activities', static_views.index),
url(r'^donate', static_views.index), url(r'^donate', static_views.index),
url(r'^copyleft-compliance', static_views.index, url(r'^copyleft-compliance', static_views.index,