Files @ f723a74f5110
Branch filter:

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

bkuhn
Support anonymous supporter listings by count.

Remove anonymous listing from the alphabetical supporters list and
instead list them by count found.
1
2
3
4
5
from django.conf.urls.defaults import *

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