File diff 16b2165de7eb → fe64a26a72c0
conservancy/urls.py
Show inline comments
...
 
@@ -52,8 +52,9 @@ urlpatterns = [
 
    re_path(r'^GiveUpGitHub/', static_views.index),
 
    re_path(r'^learn/', static_views.index),
 
    re_path(r'^npoacct/', static_views.index, {'fundraiser_sought': 'npoacct'}),
 
    re_path(r'^overview/', static_views.index),
 
    re_path(r'^overview/', static_views.index),  # Unused?
 
    re_path(r'^press/', static_views.index),
 
    re_path(r'^privacy-policy/', static_views.index),
 
    re_path(r'^projects/', static_views.index),
 
    re_path(r'^sustainer/', static_views.index),
 
]