Details improvements
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
<table role="presentation" class="table table-striped panel panel-default"><tbody class="files"></tbody></table>
|
||||
</form>
|
||||
|
||||
@using (Html.BeginUmbracoForm<LeafInputController>("Submit", null, FormMethod.Post))
|
||||
@using (Html.BeginUmbracoForm<LeafInputController>("Submit", null, new {id = "create"}))
|
||||
{
|
||||
@Html.EditorFor(m => m.PhotosynthesisType)
|
||||
@Html.EditorFor(m => m.Identifier)
|
||||
|
||||
Reference in New Issue
Block a user