diff options
Diffstat (limited to 'Project-Unite/Views/Admin/AddUserToRole.cshtml')
| -rw-r--r-- | Project-Unite/Views/Admin/AddUserToRole.cshtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project-Unite/Views/Admin/AddUserToRole.cshtml b/Project-Unite/Views/Admin/AddUserToRole.cshtml index 33a6c16..f5c0a8d 100644 --- a/Project-Unite/Views/Admin/AddUserToRole.cshtml +++ b/Project-Unite/Views/Admin/AddUserToRole.cshtml @@ -8,6 +8,7 @@ @using (Html.BeginForm()) { + @Html.AntiForgeryToken() <table class="table-condensed"> <tr> <td>@Html.DisplayNameFor(Model => Model.Username)</td> |
