mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 17:22:15 +00:00
meow
This commit is contained in:
parent
f8808ebe13
commit
6b3417559f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue