Files @ a1ec8996701c
Branch filter:

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

brett
css: Start a separate stylesheet for "big screen" styles.

I'm about to add more and I *suspect* this will be easier to maintain
in the long term, rather than duplicating the conditional many times.
1
2
3
4
5
from django.conf.urls import patterns, url, include

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