Add registration workflow
Update unobtrusive Validation
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
//var isChecked = Model.HasValue && Model.Value;
|
||||
}
|
||||
|
||||
<div class="@(Html.ValidationErrorFor(m => m, " has-error"))">
|
||||
<div class="@(Html.ValidationErrorFor(m => m, " is-invalid"))">
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
@Html.CheckBoxFor(m=> m)
|
||||
I agree to the
|
||||
<a href="@UmbracoContext.Current.UrlProvider.GetUrl(1115)" target="_blank">
|
||||
Terms of Service
|
||||
<span class="fa fa-new-window" aria-hidden="true"></span>
|
||||
<span class="fa fa-window-restore" aria-hidden="true"></span>
|
||||
</a>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user