From f8808ebe131b34da4013b407fe58f235b6a439aa Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 26 Mar 2017 12:21:39 -0400 Subject: Ability to add user to role --- Project-Unite/Views/Admin/AddUserToRole.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Project-Unite/Views/Admin/AddUserToRole.cshtml') diff --git a/Project-Unite/Views/Admin/AddUserToRole.cshtml b/Project-Unite/Views/Admin/AddUserToRole.cshtml index 386507c..d91124a 100644 --- a/Project-Unite/Views/Admin/AddUserToRole.cshtml +++ b/Project-Unite/Views/Admin/AddUserToRole.cshtml @@ -11,11 +11,11 @@ - + - +
@Html.DisplayNameFor(model => model.Username)@Html.TextBoxFor(model => model.Username)@Html.DropdownListFor(model => model.Username, Model.Users, new { @class = "form-control" })
@Html.DisplayNameFor(model => model.RoleId)@Html.TextBoxFor(model => model.RoleId)@Html.DropDownListFor(model => model.RoleId, Model.Roles, new { @class = "form-control" })
-- cgit v1.2.3