Restyle login, change password works
This commit is contained in:
@@ -20,9 +20,9 @@
|
||||
|
||||
@using (Html.BeginForm("Edit", "Log", FormMethod.Post, new { @class = "form-horizontal" }))
|
||||
{
|
||||
@Html.ValidationSummary(true)
|
||||
@Html.Partial("_ValidationSummary")
|
||||
<fieldset>
|
||||
<legend />
|
||||
<legend></legend>
|
||||
|
||||
@Html.EditorForModel()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user