summaryrefslogtreecommitdiff
path: root/project/templates/about/important_dates.html
diff options
context:
space:
mode:
authorMadhusudan.C.S2010-11-26 19:33:15 +0530
committerMadhusudan.C.S2010-11-26 19:33:15 +0530
commitc1ede51e27e97dd6d33c307da66eaec41d98e45d (patch)
treed8e686e1c1fbf71448295e646d9ccd61a3537776 /project/templates/about/important_dates.html
parent501661813cdb03c71a33bac825bc722e23a1ab0d (diff)
downloadscipycon-c1ede51e27e97dd6d33c307da66eaec41d98e45d.tar.gz
scipycon-c1ede51e27e97dd6d33c307da66eaec41d98e45d.tar.bz2
scipycon-c1ede51e27e97dd6d33c307da66eaec41d98e45d.zip
Add new pages as html sources.
Diffstat (limited to 'project/templates/about/important_dates.html')
-rw-r--r--project/templates/about/important_dates.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/project/templates/about/important_dates.html b/project/templates/about/important_dates.html
new file mode 100644
index 0000000..3af10f1
--- /dev/null
+++ b/project/templates/about/important_dates.html
@@ -0,0 +1,14 @@
+{% extends "base.html" %}
+{% block content %}
+<h1>Important dates</h1>
+<div class="entry">
+ <p><ul class="entry">
+ <li>November 10, 2010, Wednesday: Abstracts Due</li>
+ <li>November 15, 2010, Monday: Schedule announced
+ <li>December 05, 2010, Sunday: Proceedings paper submission due
+ <li>December 13-14, 2010, Monday-Tuesday: Conference
+ <li>December 15-17, 2010, Wednesday-Friday: Tutorials/Sprints
+ <li>December 18, 2010, Saturday: Sprints
+ </ul></p>
+</div>
+{% endblock content %}