diff --git a/src/Orchard.Web/Modules/Orchard.DesignerTools/Services/ShapeTracingFactory.cs b/src/Orchard.Web/Modules/Orchard.DesignerTools/Services/ShapeTracingFactory.cs index 19e3b4f25..e7ef2cec3 100644 --- a/src/Orchard.Web/Modules/Orchard.DesignerTools/Services/ShapeTracingFactory.cs +++ b/src/Orchard.Web/Modules/Orchard.DesignerTools/Services/ShapeTracingFactory.cs @@ -60,7 +60,8 @@ namespace Orchard.DesignerTools.Services { && context.ShapeType != "DocumentZone" && context.ShapeType != "PlaceChildContent" && context.ShapeType != "ContentZone" - && context.ShapeType != "ShapeTracingMeta") { + && context.ShapeType != "ShapeTracingMeta" + && context.ShapeType != "DateTimeRelative") { var shapeMetadata = (ShapeMetadata)context.Shape.Metadata; var currentTheme = _themeManager.GetRequestTheme(_workContext.HttpContext.Request.RequestContext);