From 6b3417559f2e847c0491dbc009d0680b07a616dd Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 26 Mar 2017 12:27:28 -0400 Subject: [PATCH] meow --- Project-Unite/Views/Admin/AddUserToRole.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)