From 929ef59df961f5a1d51d02f60d9fa45205e6da77 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Thu, 13 Feb 2014 00:52:40 +0530 Subject: [PATCH] Show Siblings in Sidebar at Leaf Nodes --- webnotes/templates/includes/sidebar.html | 2 +- webnotes/website/css/website.css | 6 ++++++ webnotes/website/js/website.js | 8 ++------ webnotes/webutils.py | 9 ++++++++- 4 files changed, 17 insertions(+), 8 deletions(-) diff --git a/webnotes/templates/includes/sidebar.html b/webnotes/templates/includes/sidebar.html index 0a76a98b81..899a43b80b 100644 --- a/webnotes/templates/includes/sidebar.html +++ b/webnotes/templates/includes/sidebar.html @@ -1,7 +1,7 @@ {% if children -%} {%- for child in children -%}