From d1312be1555c8cb0d372acd7bac28cb6ad051a3d Mon Sep 17 00:00:00 2001 From: komalsheth286 Date: Wed, 5 Oct 2016 14:16:42 +0530 Subject: resubmission of proposal is added --- scipy2016/settings.py | 2 +- website/templates/base.html | 4 ++-- website/templates/cfp.html | 4 ++-- website/templates/view-abstracts.html | 14 +++++++++----- website/views.py | 12 +++++++++--- 5 files changed, 23 insertions(+), 13 deletions(-) diff --git a/scipy2016/settings.py b/scipy2016/settings.py index 9f24b41..1c0ef19 100755 --- a/scipy2016/settings.py +++ b/scipy2016/settings.py @@ -148,7 +148,7 @@ USE_TZ = True STATIC_URL = '/static/' MEDIA_ROOT = os.path.join(BASE_DIR, 'uploads') -MEDIA_URL = "/downloads/" +MEDIA_URL = "/2016/downloads/" LOGIN_REDIRECT_URL = '/cfp' diff --git a/website/templates/base.html b/website/templates/base.html index fb3d745..a9ac680 100755 --- a/website/templates/base.html +++ b/website/templates/base.html @@ -89,10 +89,10 @@ - + - + diff --git a/website/templates/cfp.html b/website/templates/cfp.html index e0eb537..9c8f3dc 100755 --- a/website/templates/cfp.html +++ b/website/templates/cfp.html @@ -64,7 +64,7 @@ {% endif %} {% if user and not user.is_anonymous and not login_required %} -

We invite you to submit proposals for talks/ workshops to be presented at SciPy 2016. The time duration for talks is 15 or 30 minutes and for workshops is 2 to 4 (max) hours. The workshops are to be conducted in two parallel tracks for basic and advanced users. +

We invite you to submit proposals for talks/ workshops to be presented at SciPy 2016. The time duration for talks is 15 or 30 minutes and for workshops is 2 to 4 hours. The workshops are to be conducted in two parallel tracks for basic and advanced users.

Important Dates