diff --git a/conservancy/urls.py b/conservancy/urls.py index 1e9e7b71b90a07b159a05bb1abef3b9f3039582e..dad74f22b38abd9fbecc5561da12e2b792f47696 100644 --- a/conservancy/urls.py +++ b/conservancy/urls.py @@ -40,8 +40,6 @@ urlpatterns = [ url(r'^news/', include('conservancy.news.urls')), url(r'^blog/', include('conservancy.blog.urls')), # formerly static templated things... (dirs with templates) - url(r'^error/(40[134]|500)(?:/index\.html|/|)$', static_views.handler), - url(r'^error', static_views.index), url(r'^about', static_views.index), url(r'^activities', static_views.index), url(r'^donate', static_views.index),