From 300b752fb20bdf42f24422e7c2291f256e827dec Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Wed, 13 Nov 2013 13:23:06 +0530 Subject: changes to make the static files work --- templates/conference/keynote.html | 6 +++--- templates/conference/sponsors.html | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'templates/conference') diff --git a/templates/conference/keynote.html b/templates/conference/keynote.html index dc6f377..f38e299 100644 --- a/templates/conference/keynote.html +++ b/templates/conference/keynote.html @@ -1,16 +1,16 @@ {% extends "base.html" %} - +{% load static %} {% block content %}

Keynote by Dr. Ole Nielsen

Ole Nielsen has been an Open Source adopter, promotor and developer since the early nineties during his career as technical consultant, academic researcher, government scientist and development professional within an aid organisation. Ole has a double Master's degree in Mathematics and Computer Science as well as a PhD in scientific computing from universities in Denmark. Ole joined AusAID in Jakarta in 2010 to support the Indonesian government in multi-hazard disaster risk reduction.

- + -Download Slides +Download Slides {% endblock %} diff --git a/templates/conference/sponsors.html b/templates/conference/sponsors.html index 9a7289a..bb2238e 100644 --- a/templates/conference/sponsors.html +++ b/templates/conference/sponsors.html @@ -1,23 +1,23 @@ {% extends "base.html" %} - +{% load static %} {% block content %}

Sponsors


-
     +
    

Enthought Inc. is a software company based in Austin, Texas, USA that develops scientific computing solutions using primarily the Python programming language. It is best known for the early development and maintenance of the SciPy library of mathematics, science, and engineering algorithms and for its Python for scientific computing distribution Enthought Canopy (formerly EPD).

-
     +
     The FOSSEE project undertaken by IIT Bombay is funded by Ministry of Human Resource Development(Govt. of India) under National Mission on Education through ICT

Orgranizers

-
     +
     Annual SciPy India conference is organized by the team members of FOSSEE project. For any queries you may writes us at info[at]fossee[dot]in
-- cgit