Files @ 70cb3aff3b95
Branch filter:

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

bkuhn
Made the URL what appears to be the canonical one used online.
1
2
3
4
5
from django.conf.urls.defaults import *

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