Add image caption style

Correct registration page labels
This commit is contained in:
2020-08-21 22:06:26 -04:00
parent e9211c6ace
commit c1331112cb
5 changed files with 13 additions and 4 deletions
@@ -42,8 +42,8 @@ else
{
@Html.ValidationSummary(false)
@Html.EditorFor(m => registerModel.Name, new {labelText = "User Email"})
@Html.EditorFor(m => registerModel.Email, new { type = "email"})
@Html.EditorFor(m => registerModel.Name, new {labelText = "Name"})
@Html.EditorFor(m => registerModel.Email, new { type = "email", labelText = "Email"})
@Html.EditorFor(m => registerModel.Password, "Password")
<div class="form-group verifyPassword">
@Html.Label("Verify Password")