diff --git a/www/conservancy/urls.py b/www/conservancy/urls.py index 9836b05aedeae5537528de9060073a9135eb0754..92127b0516c1270f108dc757b02b5414c1ee3704 100644 --- a/www/conservancy/urls.py +++ b/www/conservancy/urls.py @@ -28,9 +28,9 @@ admin.autodiscover() urlpatterns = [ # Uncomment these 3 lines when testing locally to get static content - #url(r'^css', static_views.index), - #url(r'^img', static_views.index), - #url(r'^js', static_views.index), + url(r'^css', static_views.index), + url(r'^img', static_views.index), + url(r'^js', static_views.index), url(r'^$', frontpage.view), url(r'^sponsors$', frontpage.view), url(r'^sponsors/$', sponsors.view),