This commit is contained in:
Michael 2017-03-26 12:27:28 -04:00
parent f8808ebe13
commit 6b3417559f

View file

@ -11,7 +11,7 @@
<table class="table-condensed">
<tr>
<td>@Html.DisplayNameFor(model => model.Username)</td>
<td>@Html.DropdownListFor(model => model.Username, Model.Users, new { @class = "form-control" })</td>
<td>@Html.DropDownListFor(model => model.Username, Model.Users, new { @class = "form-control" })</td>
</tr>
<tr>
<td>@Html.DisplayNameFor(model => model.RoleId)</td>