summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-03-26 12:27:28 -0400
committerMichael <[email protected]>2017-03-26 12:27:28 -0400
commit6b3417559f2e847c0491dbc009d0680b07a616dd (patch)
tree0283ccd2f0f43bd15c1cf95078f26567c09479f8
parentf8808ebe131b34da4013b407fe58f235b6a439aa (diff)
downloadproject-unite-6b3417559f2e847c0491dbc009d0680b07a616dd.tar.gz
project-unite-6b3417559f2e847c0491dbc009d0680b07a616dd.tar.bz2
project-unite-6b3417559f2e847c0491dbc009d0680b07a616dd.zip
meow
-rw-r--r--Project-Unite/Views/Admin/AddUserToRole.cshtml2
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>