diff options
| author | Michael <[email protected]> | 2017-03-26 12:39:06 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-03-26 12:39:06 -0400 |
| commit | 5ddc948f4e577c45a5882626ba5a77c7ab19b29c (patch) | |
| tree | 722d0f0810a71ccd4f4f78c2ee1adc5fada7f657 /Project-Unite/Views/Admin | |
| parent | 2ca94aaba96af62b36d72bfeef62c36b03b23470 (diff) | |
| download | project-unite-5ddc948f4e577c45a5882626ba5a77c7ab19b29c.tar.gz project-unite-5ddc948f4e577c45a5882626ba5a77c7ab19b29c.tar.bz2 project-unite-5ddc948f4e577c45a5882626ba5a77c7ab19b29c.zip | |
woof
Diffstat (limited to 'Project-Unite/Views/Admin')
| -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> |
