Details improvements

This commit is contained in:
2017-01-13 09:15:15 -05:00
parent 9d0524dd72
commit 3ee9c11666
75 changed files with 21884 additions and 112 deletions
+1 -1
View File
@@ -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()
{