diff --git a/conservancy/urls.py b/conservancy/urls.py index 0a325345cc582a5ec2155ecccea9a168e5df46c4..ce8120162c3b6c847bcd6283c88abe689f5e19f4 100644 --- a/conservancy/urls.py +++ b/conservancy/urls.py @@ -29,9 +29,7 @@ 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'^$', frontpage.view), url(r'^sponsors$', frontpage.view), url(r'^sponsors/$', sponsors.view),