diff --git a/conservancy/supporter/__init__.py b/conservancy/supporter/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/conservancy/supporter/urls.py b/conservancy/supporters/urls.py similarity index 100% rename from conservancy/supporter/urls.py rename to conservancy/supporters/urls.py diff --git a/conservancy/supporter/views.py b/conservancy/supporters/views.py similarity index 100% rename from conservancy/supporter/views.py rename to conservancy/supporters/views.py diff --git a/conservancy/urls.py b/conservancy/urls.py index 0c0a8080..97588605 100644 --- a/conservancy/urls.py +++ b/conservancy/urls.py @@ -43,7 +43,7 @@ urlpatterns = [ path('news/', include('conservancy.news.urls')), path('sponsors/', sponsors.view), path('sponsors/index.html', sponsors.view), - path('sustainer/', include('conservancy.supporter.urls')), + path('sustainer/', include('conservancy.supporters.urls')), path('usethesource/', include('conservancy.usethesource.urls')), # Directories of templates and files