Browse Source

signup form fixed

confirmation-email
Milad Karbasizadeh 11 years ago
parent
commit
5c9c4eb8cb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Sevomin.WebFrontend/Views/Home/Signup.cshtml

+ 1
- 1
Sevomin.WebFrontend/Views/Home/Signup.cshtml View File

@ -34,7 +34,7 @@
@Html.LabelFor(m => m.Password) @Html.LabelFor(m => m.Password)
@Html.PasswordFor(m => m.Password, new { @class = "form-control" }) @Html.PasswordFor(m => m.Password, new { @class = "form-control" })
</div> </div>
@Html.Hidden("IsAvalin", "true")
@Html.Hidden("IsAvalin", "false")
<button type="submit" class="btn btn-default">Submit</button> <button type="submit" class="btn btn-default">Submit</button>
} }
</div> </div>


Loading…
Cancel
Save