Add registration workflow
Update unobtrusive Validation
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
@using LeafWeb.WebCms.Utility
|
||||
@model object
|
||||
@{
|
||||
Layout = "_FieldLayout.cshtml";
|
||||
}
|
||||
|
||||
|
||||
<div class="form-group@(Html.ValidationErrorFor(m => m, " has-error"))">
|
||||
@Html.LabelFor(m => m)
|
||||
@Html.EnumDropDownListFor(m => m, new { @class = "form-control" })
|
||||
@Html.ValidationMessageFor(m => m, null, new { @class = "form-text" })
|
||||
</div>
|
||||
@Html.EnumDropDownListFor(m => m, new { @class = "form-control" })
|
||||
|
||||
Reference in New Issue
Block a user