From 02006c591bbd5ffd1df2227ac16fb6d67c5e855e Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Wed, 9 Oct 2013 15:47:01 +0530 Subject: static files fixed --- templates/conference/sponsors.html | 6 +++--- templates/conference/talks.html | 2 +- templates/conference/talks_tutorials.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'templates/conference') diff --git a/templates/conference/sponsors.html b/templates/conference/sponsors.html index 73f7ce8..2afdc53 100644 --- a/templates/conference/sponsors.html +++ b/templates/conference/sponsors.html @@ -5,19 +5,19 @@

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
diff --git a/templates/conference/talks.html b/templates/conference/talks.html index aa255d9..0a05576 100644 --- a/templates/conference/talks.html +++ b/templates/conference/talks.html @@ -8,7 +8,7 @@ Title Speaker {% for talk in talks %} -{{ talk.title }}{{ talk.speaker }} +{{ talk.title }}{{ talk.speaker }} {% endfor %} {% endblock %} diff --git a/templates/conference/talks_tutorials.html b/templates/conference/talks_tutorials.html index 15783f1..484c268 100644 --- a/templates/conference/talks_tutorials.html +++ b/templates/conference/talks_tutorials.html @@ -8,11 +8,11 @@

List of Tutorials

- + -
Download Slides +Download Slides {% endblock %} -- cgit