diff --git a/www/conservancy/urls.py b/www/conservancy/urls.py index 6dc7431b7b1130bfd8e505a82b1adda0bbee1cc9..304027fb56a766d420b27b3fb36f213dfa3abcb7 100644 --- a/www/conservancy/urls.py +++ b/www/conservancy/urls.py @@ -43,6 +43,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'^activities', static_views.index), url(r'^donate', static_views.index), url(r'^copyleft-compliance', static_views.index, {'fundraiser_sought' : 'vmware-match-0'}),