Fix model validation error display
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
<form id="fileupload" action="/Backload/FileHandler" method="POST" enctype="multipart/form-data">
|
||||
|
||||
<h4 class="card-title">Files</h4>
|
||||
@Html.Partial("_ValidationField", "Files")
|
||||
<div class="container-fluid fileupload-buttonbar">
|
||||
<div class="row">
|
||||
<!-- The fileupload-buttonbar contains buttons to add/delete files and start/cancel the upload -->
|
||||
@@ -56,12 +57,12 @@
|
||||
<!-- The extended global progress state -->
|
||||
@*<div class="progress-extended"> </div>*@
|
||||
</div>
|
||||
@Html.Partial("_ValidationField", "Files")
|
||||
<!-- The table listing the files available for upload/download -->
|
||||
<div class="table-responsive card mb-4">
|
||||
<table role="presentation" class="table table-sm table-striped mb-0"><tbody class="files"></tbody></table>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
||||
@using (Html.BeginUmbracoForm<LeafInputController>("Submit", null, new { id = "create" }))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user