Changeset - bf88f1be1c48
[Not reviewed]
0 1 0
Bradley M. Kuhn - 2 years ago 2021-10-19 13:50:25
bkuhn@sfconservancy.org
Also need to add a URL for this to work.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
www/conservancy/urls.py
Show inline comments
...
 
@@ -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),
 
]
0 comments (0 inline, 0 general)