From 7880701ebf0acdf65c44a7d09fc94b11e79295f7 Mon Sep 17 00:00:00 2001 From: komalsheth286 Date: Thu, 1 Dec 2016 11:26:56 +0530 Subject: Change in workshop Schedule --- website/templates/base.html | 15 ++++++++------- website/urls.py | 2 ++ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/website/templates/base.html b/website/templates/base.html index 65215d1..5785923 100755 --- a/website/templates/base.html +++ b/website/templates/base.html @@ -307,16 +307,17 @@ Tutorials (Parallel tracks) :
  • Basic Track

  • - - - +
    1. Introductory Scientific Computing with Python: Ipython, Matplotlib, NumPy, SciPy
    2. +
    3. Introduction to Git
    4. +
    5. Python for Microcontrollers
  • Advanced Track

  • - - - - + +
    1. Algorithm to Application: Using Traits and ETS
    2. +
    3. Introduction to Automated Testing in Python
    4. +
    5. Introduction to Git and GitHub
    6. +
    7. ExpEYES workshop
    diff --git a/website/urls.py b/website/urls.py index 8e5c83e..b89525d 100755 --- a/website/urls.py +++ b/website/urls.py @@ -10,6 +10,8 @@ urlpatterns = patterns('', url(r'^cfp/$', 'website.views.cfp', name='cfp'), # url(r'^submit-cfp/$', 'website.views.submitcfp', name='submitcfp'), # url(r'^submit-cfw/$', 'website.views.submitcfw', name='submitcfw'), + url(r'^submit-cfp/$', 'website.views.home', name='home'), + url(r'^submit-cfw/$', 'website.views.home', name='home'), url(r'^accounts/register/$', 'website.views.userregister', name='userregister'), url(r'^accounts/login/$', 'website.views.cfp', name='cfp'), -- cgit