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