Also need to add a URL for this to work.

This commit is contained in:
Bradley M. Kuhn 2021-10-18 21:51:11 -07:00
parent e8bc561525
commit bf88f1be1c

View file

@ -53,5 +53,6 @@ urlpatterns = [
url(r'^overview', static_views.index),
url(r'^privacy-policy', static_views.index),
url(r'^sustainer', include('conservancy.apps.supporter.urls')),
url(r'^coming-soon.html', static_views.index),
url(r'^fundraiser_data', fundgoal_views.view),
]