diff options
author | hardythe1 | 2015-07-03 15:09:27 +0530 |
---|---|---|
committer | hardythe1 | 2015-07-03 15:09:27 +0530 |
commit | 52c0fad52a7f3297571abd03798269e9b2bae53e (patch) | |
tree | 52ca9e1e1f02231b90118d64feb05aac8049f44a /website/urls.py | |
parent | 6239b0eb85b128df8e1e7989c32d53f4f2a1c68b (diff) | |
download | SciPy2015-52c0fad52a7f3297571abd03798269e9b2bae53e.tar.gz SciPy2015-52c0fad52a7f3297571abd03798269e9b2bae53e.tar.bz2 SciPy2015-52c0fad52a7f3297571abd03798269e9b2bae53e.zip |
add CFP urls
Diffstat (limited to 'website/urls.py')
-rw-r--r-- | website/urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/website/urls.py b/website/urls.py index 0e5e429..eeccd6c 100644 --- a/website/urls.py +++ b/website/urls.py @@ -4,4 +4,5 @@ from django.conf.urls import patterns, include, url urlpatterns = patterns('', url(r'^$', 'website.views.home', name='home'), url(r'^cfp/$', 'website.views.cfp', name='cfp'), + url(r'^submit-cfp/$', 'website.views.submitcfp', name='submitcfp'), ) |