Files @ ba612c1ed6d5
Branch filter:

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

bkuhn
Remove thank-you URL for now.
1
2
3
4
5
from django.conf.urls.defaults import *

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