From 89388bba9cbca516a965b7eab729b07c308be0d6 Mon Sep 17 00:00:00 2001
From: Madhusudan.C.S
Date: Tue, 20 Jul 2010 15:44:02 +0530
Subject: Renamed sponsors template as right side menu template.
---
project/templates/_right_menu.html | 33 +++++++++++++++++++++++++++++++++
project/templates/_sponsors.html | 31 -------------------------------
project/templates/base.html | 2 +-
3 files changed, 34 insertions(+), 32 deletions(-)
create mode 100644 project/templates/_right_menu.html
delete mode 100644 project/templates/_sponsors.html
diff --git a/project/templates/_right_menu.html b/project/templates/_right_menu.html
new file mode 100644
index 0000000..60b04f6
--- /dev/null
+++ b/project/templates/_right_menu.html
@@ -0,0 +1,33 @@
+
+
Important dates
+
+ - Wednesday, Jul. 21: Registrations Open
+ - Sunday, Aug. 15: Abstract Submissions Begin
+ - Thursday, Sept. 30: Abstracts Due
+ - Friday, Oct. 15: Accepted Talks Announced
+ - Saturday, Oct. 16: Preference of slots for accepted papers
+ - Friday, Oct. 29: Slot preference deadline
+ - Saturday, Oct. 30: Tentative schedule announced
+ - Monday-Tuesday, Dec. 13-14: Conference
+ - Wednesday-Friday, Dec. 15-17: Tutorials/Sprints
+ - Wednesday-Thursday, Dec. 18: Sprints
+
+
+
Organizers
+
+
Sponsors
+
+
+
diff --git a/project/templates/_sponsors.html b/project/templates/_sponsors.html
deleted file mode 100644
index e578ffe..0000000
--- a/project/templates/_sponsors.html
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
Important dates
-
-
- - To be announced soon
-
-
-
Organizers
-
-
Sponsors
-
-
-
diff --git a/project/templates/base.html b/project/templates/base.html
index 2ef282c..c946602 100644
--- a/project/templates/base.html
+++ b/project/templates/base.html
@@ -45,7 +45,7 @@
{% block content %}{% endblock %}
- {% include '_sponsors.html' %}
+ {% include '_right_menu.html' %}
--
cgit