From ab9e94708ec9a9d2cc02c00884a6068fa3aed4b0 Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Mon, 17 Jan 2011 04:06:21 +0530 Subject: Add support for right side menu. --- pytask/templates/_right_sidebar.html | 38 ++++++++++++++++++++++++++++++++++++ pytask/templates/base.html | 1 + 2 files changed, 39 insertions(+) create mode 100644 pytask/templates/_right_sidebar.html diff --git a/pytask/templates/_right_sidebar.html b/pytask/templates/_right_sidebar.html new file mode 100644 index 0000000..4926613 --- /dev/null +++ b/pytask/templates/_right_sidebar.html @@ -0,0 +1,38 @@ +{% load user_tags %} + +
+ \ No newline at end of file diff --git a/pytask/templates/base.html b/pytask/templates/base.html index ba6fd9e..d8bd54d 100644 --- a/pytask/templates/base.html +++ b/pytask/templates/base.html @@ -52,6 +52,7 @@ {% block rightsidebar %} {% comment %}Additional Right Sidebar elements go here{% endcomment %} {% endblock rightsidebar %} + {% include '_right_sidebar.html' %}