From 9148623aa1393aa7f8b64b764f899492e1135fc3 Mon Sep 17 00:00:00 2001 From: komalsheth286 Date: Mon, 26 Sep 2016 14:26:53 +0530 Subject: Guidelines added --- scipy2016/urls.py | 1 - website/templates/submit-cfp.html | 51 +++------------------------------------ website/templates/submit-cfw.html | 49 +++---------------------------------- 3 files changed, 8 insertions(+), 93 deletions(-) diff --git a/scipy2016/urls.py b/scipy2016/urls.py index e1259cf..86f5cf2 100755 --- a/scipy2016/urls.py +++ b/scipy2016/urls.py @@ -10,7 +10,6 @@ urlpatterns = patterns('', url(r'^admin/', include(admin.site.urls)), url(r'^', include('website.urls', namespace='website')), - url(r'^2016/', include('website.urls', namespace='website')), url(r'^', include('social.apps.django_app.urls', namespace='social')), url(r'^', include('django.contrib.auth.urls', namespace='auth')), diff --git a/website/templates/submit-cfp.html b/website/templates/submit-cfp.html index e3c1c2c..b038608 100755 --- a/website/templates/submit-cfp.html +++ b/website/templates/submit-cfp.html @@ -63,50 +63,7 @@ - - {% else %} + {% else %}
@@ -114,15 +71,15 @@

Proposal Guidelines

-
  • To be announced

  • - + --> +
    diff --git a/website/templates/submit-cfw.html b/website/templates/submit-cfw.html index 8de96ca..95b14d1 100755 --- a/website/templates/submit-cfw.html +++ b/website/templates/submit-cfw.html @@ -63,48 +63,7 @@
    - + {% else %}
    @@ -114,15 +73,15 @@

    Proposal Guidelines

    -
  • To be announced

  • - + --> +
    -- cgit