diff options
Diffstat (limited to 'Project-Unite/Views/Admin/AddUserToRole.cshtml')
| -rw-r--r-- | Project-Unite/Views/Admin/AddUserToRole.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Admin/AddUserToRole.cshtml b/Project-Unite/Views/Admin/AddUserToRole.cshtml index d91124a..899c143 100644 --- a/Project-Unite/Views/Admin/AddUserToRole.cshtml +++ b/Project-Unite/Views/Admin/AddUserToRole.cshtml @@ -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> |
