diff --git a/src/Orchard.Web/Modules/Orchard.Templates/Views/DefinitionTemplates/Parts.Shape.cshtml b/src/Orchard.Web/Modules/Orchard.Templates/Views/DefinitionTemplates/Parts.Shape.cshtml index 034390711..42ce9fbe8 100644 --- a/src/Orchard.Web/Modules/Orchard.Templates/Views/DefinitionTemplates/Parts.Shape.cshtml +++ b/src/Orchard.Web/Modules/Orchard.Templates/Views/DefinitionTemplates/Parts.Shape.cshtml @@ -9,8 +9,9 @@ Script.Include("codemirror/mode/css/css.js"); Script.Include("codemirror/mode/htmlmixed/htmlmixed.js"); Script.Include("codemirror/mode/htmlembedded/htmlembedded.js"); - Script.Include("template-editor.js", "template-editor.min.js"); + Script.Include("template-editor.js"); } +
@Html.LabelFor(m => m.Name, T("Name")) diff --git a/src/Orchard.Web/Modules/Orchard.Templates/Views/EditorTemplates/Parts.Shape.cshtml b/src/Orchard.Web/Modules/Orchard.Templates/Views/EditorTemplates/Parts.Shape.cshtml index 92c116c02..c012491a7 100644 --- a/src/Orchard.Web/Modules/Orchard.Templates/Views/EditorTemplates/Parts.Shape.cshtml +++ b/src/Orchard.Web/Modules/Orchard.Templates/Views/EditorTemplates/Parts.Shape.cshtml @@ -9,7 +9,7 @@ Script.Include("codemirror/mode/css/css.js"); Script.Include("codemirror/mode/htmlmixed/htmlmixed.js"); Script.Include("codemirror/mode/htmlembedded/htmlembedded.js"); - Script.Include("template-editor.js", "template-editor.min.js"); + Script.Include("template-editor.js"); }