File diff 7074802d50c0 → d8a702c8c922
conservancy/urls.py
Show inline comments
...
 
@@ -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),