Add registration page
This commit is contained in:
@@ -5,7 +5,7 @@ using System.Web.Mvc;
|
||||
|
||||
namespace LeafWeb.WebCms.Controllers
|
||||
{
|
||||
// http://stackoverflow.com/a/9036075/99492
|
||||
// TODO http://stackoverflow.com/a/9036075/99492
|
||||
public class EnforceTrueAttribute : ValidationAttribute, IClientValidatable
|
||||
{
|
||||
public override bool IsValid(object value)
|
||||
|
||||
Reference in New Issue
Block a user