Files @ de0b3fbb09cd
Branch filter:

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

bkuhn
Include donations in progress bar through 2014-04-20.
mjw insisted that I update this more often; he's right about that. :)
1
2
3
4
5
from django.conf.urls.defaults import *

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