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