From 6a9a85c55f4b913759cdeb0bfb7ac4e821b14192 Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Sun, 13 Dec 2009 18:28:35 +0530 Subject: Added split schedule for tutorial and sprint. --- project/templates/talk/sprint-schedule.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 project/templates/talk/sprint-schedule.html (limited to 'project/templates/talk/sprint-schedule.html') diff --git a/project/templates/talk/sprint-schedule.html b/project/templates/talk/sprint-schedule.html new file mode 100644 index 0000000..8cb6c1c --- /dev/null +++ b/project/templates/talk/sprint-schedule.html @@ -0,0 +1,23 @@ +{% extends "base.html" %} +{% block content %} +

SciPy.in 2009 Sprint Schedule

+

Plan for the sprint is present here:

+http://docs.google.com/Doc?docid=0AS2YT-YIi2aKZGM4OWt4OHNfNGQ0ZjZxc2No&hl=en +

+

Wireless WEP hex key-phrase for access point "space": 8a61fcbcf9

+
+

Day 5, Monday, December 16th and

+

Day 6, Tuesday, December 17th, 2009

+ + + + + + + + + + + +

Time

Event

Topics

9:30AM onwards

Sprint

Contribute to, hack on, develop, fix bugs of scipy/numpy
+{% endblock content %} \ No newline at end of file -- cgit