# HG changeset patch # User Madhusudan.C.S # Date 1295217381 -19800 # Node ID 66bdb28ebaf68efdfc653208a98bb81f970d9d43 # Parent f861c753e55a06025a037f9579238b11f73b5d21 Add support for right side menu. diff -r f861c753e55a -r 66bdb28ebaf6 pytask/templates/_right_sidebar.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pytask/templates/_right_sidebar.html Mon Jan 17 04:06:21 2011 +0530 @@ -0,0 +1,38 @@ +{% load user_tags %} + + + \ No newline at end of file diff -r f861c753e55a -r 66bdb28ebaf6 pytask/templates/base.html --- a/pytask/templates/base.html Mon Jan 17 04:06:06 2011 +0530 +++ b/pytask/templates/base.html Mon Jan 17 04:06:21 2011 +0530 @@ -52,6 +52,7 @@ {% block rightsidebar %} {% comment %}Additional Right Sidebar elements go here{% endcomment %} {% endblock rightsidebar %} + {% include '_right_sidebar.html' %}