add edit users for admin

This commit is contained in:
2024-08-10 17:10:45 +03:30
parent f71b11c131
commit 4ffc4197aa
15 changed files with 116 additions and 25 deletions

View File

@ -27,7 +27,7 @@
<div class="form-group">
@Html.LabelFor(model => model.password, htmlAttributes: new { @class = "control-label col-md-2" })
<div class="col-md-10">
<input type="password", name="password" , class="form-control"/>
<input type="password" name="password" class="form-control"/>
@Html.ValidationMessageFor(model => model.password, "", new { @class = "text-danger" })
</div>
</div>