diff -r ec540dfbfe78 -r 7badc9093d9b templates/schedule.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/schedule.html Fri Jun 04 19:01:18 2010 +0530 @@ -0,0 +1,128 @@ +{% extends 'base.html' %} +{% block title %} +Schedule +{% endblock %} +{% block content %} +

Schedule

+

Day 1 - Monday 9th August, 2010: Introduction and Overview

+ + + +

Day 2 - Tuesday 10th August, 2010: Cryptography

+ + + + +

Day 3 - Wednesday 11th August, 2010: Miscellaneous

+ + +

Day 4 - Thursday 12th August, 2010: TBA

+ + +{% endblock %}