From 5c9c4eb8cbb61df49fc2ab2dd0c93633e0c23cf4 Mon Sep 17 00:00:00 2001 From: Milad Karbasizadeh Date: Thu, 27 Mar 2014 11:25:53 +0430 Subject: [PATCH] signup form fixed --- Sevomin.WebFrontend/Views/Home/Signup.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sevomin.WebFrontend/Views/Home/Signup.cshtml b/Sevomin.WebFrontend/Views/Home/Signup.cshtml index 1795a1d..afcda9c 100644 --- a/Sevomin.WebFrontend/Views/Home/Signup.cshtml +++ b/Sevomin.WebFrontend/Views/Home/Signup.cshtml @@ -34,7 +34,7 @@ @Html.LabelFor(m => m.Password) @Html.PasswordFor(m => m.Password, new { @class = "form-control" }) - @Html.Hidden("IsAvalin", "true") + @Html.Hidden("IsAvalin", "false") }