# HG changeset patch
# User nishanth
# Date 1279887482 -19800
# Node ID 25f8826bc6e4c2eb757e6c424ff9843ff71cce74
# Parent 32c2b57c45f8c3866d01b86c9c928dfce4318ce5
added template on workshop_info
diff -r 32c2b57c45f8 -r 25f8826bc6e4 templates/workshop_info.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/workshop_info.html Fri Jul 23 17:48:02 2010 +0530
@@ -0,0 +1,20 @@
+{% extends 'base.html' %}
+{% block title %}
+Pre Sage Days Workshop
+{% endblock %}
+{% block content %}
+
Python Workshop
+
+
+Date: 31 July, 2010
+Duration: 9:00 AM - 6:00 PM
+Venue: CFD Lab, Aero Annex, Aero Space Department, IIT Bombay
+
+The workshop aims at getting people started with Python so that they can make most out of Sage Days.
+The workshop is going to be a hands on and would be covering Python, Version Control and ReST.
+
+Please visit Installation how-to for instructions on installing the software that is used in the workshop, in your laptop.
+
+NOTE: Participants have to make their own arrangements for lunch.
+
+{% endblock %}