mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 03:25:23 +08:00
Added missing templates rendering in content type editing
--HG-- branch : dev
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<meta itemprop="Name" content="@Model.Name" />
|
||||
@Html.HiddenFor(m => m.Name)
|
||||
</fieldset>
|
||||
|
||||
@{ Html.RenderTemplates(Model.Templates); }
|
||||
<div class="manage-type">
|
||||
<h2>@T("Fields")</h2>
|
||||
<div class="manage add-to-type">
|
||||
|
Reference in New Issue
Block a user