Files @ 7fe9c07cebc4
Branch filter:

Location: website/www/conservancy/apps/ccs_upload/urls.py - annotation

Bradley M. Kuhn
Add holiday card to banner at top for next few days

Also, fix a few URLs .
1
2
3
4
5
6
7
from django.conf.urls import url

from . import views

urlpatterns = [
    url(r'^$', views.upload, name='form')
]