templates/workshop_info.html
author nishanth
Mon, 26 Jul 2010 20:09:10 +0530
branchanoop
changeset 185 3ab058807ef6
parent 173 25f8826bc6e4
child 193 9b2a63bb8d16
permissions -rw-r--r--
fixed namespace problem
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
173
25f8826bc6e4 added template on workshop_info
nishanth
parents:
diff changeset
     1
{% extends 'base.html' %}
25f8826bc6e4 added template on workshop_info
nishanth
parents:
diff changeset
     2
{% block title %}
25f8826bc6e4 added template on workshop_info
nishanth
parents:
diff changeset
     3
Pre Sage Days Workshop
25f8826bc6e4 added template on workshop_info
nishanth
parents:
diff changeset
     4
{% endblock %}
25f8826bc6e4 added template on workshop_info
nishanth
parents:
diff changeset
     5
{% block content %}
25f8826bc6e4 added template on workshop_info
nishanth
parents:
diff changeset
     6
<h3> Python Workshop </h3>
25f8826bc6e4 added template on workshop_info
nishanth
parents:
diff changeset
     7
<br />
25f8826bc6e4 added template on workshop_info
nishanth
parents:
diff changeset
     8
<br />
25f8826bc6e4 added template on workshop_info
nishanth
parents:
diff changeset
     9
Date: 31 July, 2010<br />
25f8826bc6e4 added template on workshop_info
nishanth
parents:
diff changeset
    10
Duration: 9:00 AM - 6:00 PM<br />
25f8826bc6e4 added template on workshop_info
nishanth
parents:
diff changeset
    11
Venue: CFD Lab, Aero Annex, Aero Space Department, IIT Bombay<br />
25f8826bc6e4 added template on workshop_info
nishanth
parents:
diff changeset
    12
<br />
25f8826bc6e4 added template on workshop_info
nishanth
parents:
diff changeset
    13
The workshop aims at getting people started with Python so that they can make most out of Sage Days.<br />
25f8826bc6e4 added template on workshop_info
nishanth
parents:
diff changeset
    14
The workshop is going to be a hands on and would be covering Python, Version Control and ReST.<br />
25f8826bc6e4 added template on workshop_info
nishanth
parents:
diff changeset
    15
<br />
25f8826bc6e4 added template on workshop_info
nishanth
parents:
diff changeset
    16
Please visit <a href="http://fossee.in/installation-how-to">Installation how-to</a> for instructions on installing the software that is used in the workshop, in your laptop.
25f8826bc6e4 added template on workshop_info
nishanth
parents:
diff changeset
    17
<br /><br />
25f8826bc6e4 added template on workshop_info
nishanth
parents:
diff changeset
    18
NOTE: Participants have to make their own arrangements for lunch.<br /><br />
25f8826bc6e4 added template on workshop_info
nishanth
parents:
diff changeset
    19
25f8826bc6e4 added template on workshop_info
nishanth
parents:
diff changeset
    20
{% endblock %}