add categories(add, list, list news)
minor form changes add news controller and views
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
<div class="form-group">
|
||||
@Html.LabelFor(model => model.password, htmlAttributes: new { @class = "control-label col-md-2" })
|
||||
<div class="col-md-10">
|
||||
@Html.EditorFor(model => model.password, new { htmlAttributes = new { @class = "form-control" } })
|
||||
@Html.EditorFor(model => model.password, new { htmlAttributes = new {@type="password", @class = "form-control" } })
|
||||
@Html.ValidationMessageFor(model => model.password, "", new { @class = "text-danger" })
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user