Merge "supporter" and "supporters" apps

It's a little confusing having both a "supporter" and "supporters" app. This is
a fairly minor change to move the sustainer banner urls/views into the existing
"supporters" app. The functionality isn't directly related, but it is all about
sustainers.
This commit is contained in:
Ben Sturmfels 2024-05-07 09:45:19 +10:00
parent c6e531a01f
commit 6a8515358b
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0
4 changed files with 1 additions and 1 deletions

View file

@ -43,7 +43,7 @@ urlpatterns = [
path('news/', include('conservancy.news.urls')), path('news/', include('conservancy.news.urls')),
path('sponsors/', sponsors.view), path('sponsors/', sponsors.view),
path('sponsors/index.html', 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')), path('usethesource/', include('conservancy.usethesource.urls')),
# Directories of templates and files # Directories of templates and files