diff --git a/src/Umbraco.Web/umbraco.presentation/umbraco/Trees/loadTemplates.cs b/src/Umbraco.Web/umbraco.presentation/umbraco/Trees/loadTemplates.cs index 386cc0b3a2..4b44883d21 100644 --- a/src/Umbraco.Web/umbraco.presentation/umbraco/Trees/loadTemplates.cs +++ b/src/Umbraco.Web/umbraco.presentation/umbraco/Trees/loadTemplates.cs @@ -213,6 +213,8 @@ namespace umbraco { xNode.Icon = "icon-newspaper"; xNode.OpenIcon = "icon-newspaper"; + //do not show the delete option if it has children + xNode.Menu.Remove(ActionDelete.Instance); } OnBeforeNodeRender(ref tree, ref xNode, EventArgs.Empty);