diff --git a/conservancy/urls.py b/conservancy/urls.py index ce8120162c3b6c847bcd6283c88abe689f5e19f4..d1441a6294d9c754f489cd7ab785c4aebc8b7291 100644 --- a/conservancy/urls.py +++ b/conservancy/urls.py @@ -28,8 +28,6 @@ from .static import views as static_views admin.autodiscover() urlpatterns = [ - # Uncomment these 3 lines when testing locally to get static content - url(r'^img', static_views.index), url(r'^$', frontpage.view), url(r'^sponsors$', frontpage.view), url(r'^sponsors/$', sponsors.view),