diff --git a/frappe/templates/includes/navbar/navbar_items.html b/frappe/templates/includes/navbar/navbar_items.html index 3fd87c9b3f..10d484df65 100644 --- a/frappe/templates/includes/navbar/navbar_items.html +++ b/frappe/templates/includes/navbar/navbar_items.html @@ -1,23 +1,48 @@ -{% macro render_item(item, submenu=False) %} +{% macro render_item(item, submenu=False, parent=False) %} {% if item.child_items %} + +{% if parent %}