diff --git a/Project-Unite/Views/Admin/AddUserToRole.cshtml b/Project-Unite/Views/Admin/AddUserToRole.cshtml index 899c143..33a6c16 100644 --- a/Project-Unite/Views/Admin/AddUserToRole.cshtml +++ b/Project-Unite/Views/Admin/AddUserToRole.cshtml @@ -10,12 +10,12 @@ { - - + + - - + +
@Html.DisplayNameFor(model => model.Username)@Html.DropDownListFor(model => model.Username, Model.Users, new { @class = "form-control" })@Html.DisplayNameFor(Model => Model.Username)@Html.DropDownListFor(Model => Model.Username, Model.Users, new { @class = "form-control" })
@Html.DisplayNameFor(model => model.RoleId)@Html.DropDownListFor(model => model.RoleId, Model.Roles, new { @class = "form-control" })@Html.DisplayNameFor(Model => Model.RoleId)@Html.DropDownListFor(Model => Model.RoleId, Model.Roles, new { @class = "form-control" })