Files @ 350bdfa1062d
Branch filter:

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

tbm
Move the hr into the shaded div

Move the hr into the shaded div, as is already the case with news.
1
2
3
4
5
from django.conf.urls.defaults import *

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