Add image caption style
Correct registration page labels
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user