diff --git a/frappe/templates/includes/navbar/navbar_items.html b/frappe/templates/includes/navbar/navbar_items.html index 309027be09..9fbb22eeaa 100644 --- a/frappe/templates/includes/navbar/navbar_items.html +++ b/frappe/templates/includes/navbar/navbar_items.html @@ -32,9 +32,10 @@ {% else %} -{% if parent %} {% set url = item.url or '' %} {% set url = url if url.startswith('#') else url | abs_url %} + +{% if parent %}