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:
parent
c6e531a01f
commit
6a8515358b
4 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue