Files @ 8b469cff1830
Branch filter:

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

bkuhn
Support display of donation count in fundraiser.

Allow display of a donation count in the fundraiser pages, with an
optional threshold that must be met before it's displayed.
1
2
3
4
5
from django.conf.urls import patterns, url, include

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