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

+

+ +

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

-

- -

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 %} -- cgit