Details improvements
This commit is contained in:
@@ -38,7 +38,7 @@ namespace LeafWeb.WebCms.Models
|
||||
|
||||
[UIHint("TermsOfService")]
|
||||
[EnforceTrue(ErrorMessage = "Terms of Service must be accepted to continue")]
|
||||
public bool? TermsOfService { get; set; }
|
||||
public bool TermsOfService { get; set; }
|
||||
|
||||
static LeafInputCreate()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user