Files @ fcbb3b508594
Branch filter:

Location: website/www/conservancy/apps/summit_registration/urls.py

bkuhn
Supporter means /supporter/ now, so change this.
1
2
3
4
5
from django.conf.urls.defaults import *

urlpatterns = patterns('conservancy.apps.summit_registration.views',
   (r'^/?$', 'register'),
)