Files @ be762220af99
Branch filter:

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

bkuhn
Foresight project wound down a while back.

Foresight project isn't active anymore and informed us a while back that
they weren't. We left them up for a time, but it was confusing
1
2
3
4
5
from django.conf.urls import patterns, url, include

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