need to change urls.py for fossy to work
This commit is contained in:
parent
de3a48e587
commit
3b2eab89a3
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue