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 @@ - +
@Html.DisplayNameFor(model => model.Username)@Html.DropdownListFor(model => model.Username, Model.Users, new { @class = "form-control" })@Html.DropDownListFor(model => model.Username, Model.Users, new { @class = "form-control" })
@Html.DisplayNameFor(model => model.RoleId)