diff --git a/www/conservancy/urls.py b/www/conservancy/urls.py index 304027fb56a766d420b27b3fb36f213dfa3abcb7..3a94533e8534718daebc4cb83a75950a3b058a2d 100644 --- a/www/conservancy/urls.py +++ b/www/conservancy/urls.py @@ -47,6 +47,8 @@ urlpatterns = [ url(r'^donate', static_views.index), url(r'^copyleft-compliance', static_views.index, {'fundraiser_sought' : 'vmware-match-0'}), + url(r'^learn', static_views.index), + url(r'^press', static_views.index), url(r'^projects', static_views.index), url(r'^npoacct', static_views.index, {'fundraiser_sought' : 'npoacct'}),