Files @ 36ecf098b059
Branch filter:

Location: website/conservancy/contractpatch/urls.py

bsturmfels
Merge branch 'master' into sustainer-payment
1
2
3
4
5
6
7
from django.urls import path

from . import views as cpatch_views

urlpatterns = [
    path('', cpatch_views.index),
]