added template on workshop_info anoop
authornishanth
Fri, 23 Jul 2010 17:48:02 +0530
branchanoop
changeset 173 25f8826bc6e4
parent 172 32c2b57c45f8
child 174 d979d1bc1c4e
added template on workshop_info
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 %}
+<h3> Python Workshop </h3>
+<br />
+<br />
+Date: 31 July, 2010<br />
+Duration: 9:00 AM - 6:00 PM<br />
+Venue: CFD Lab, Aero Annex, Aero Space Department, IIT Bombay<br />
+<br />
+The workshop aims at getting people started with Python so that they can make most out of Sage Days.<br />
+The workshop is going to be a hands on and would be covering Python, Version Control and ReST.<br />
+<br />
+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.
+<br /><br />
+NOTE: Participants have to make their own arrangements for lunch.<br /><br />
+
+{% endblock %}