diff options
| author | Michael <[email protected]> | 2017-04-07 21:23:10 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-07 21:23:10 -0400 |
| commit | f6f3c628e0d7cd8ac601922d332b80d708258f96 (patch) | |
| tree | ab391d82cd90949ec4aaf6a9377893434c88aca6 /Project-Unite | |
| parent | ec14b58351280b503e706944c2af2306dce6d922 (diff) | |
| download | project-unite-f6f3c628e0d7cd8ac601922d332b80d708258f96.tar.gz project-unite-f6f3c628e0d7cd8ac601922d332b80d708258f96.tar.bz2 project-unite-f6f3c628e0d7cd8ac601922d332b80d708258f96.zip | |
Missing anti-forgery token.
Diffstat (limited to 'Project-Unite')
| -rw-r--r-- | Project-Unite/Views/Blog/PostBlog.cshtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project-Unite/Views/Blog/PostBlog.cshtml b/Project-Unite/Views/Blog/PostBlog.cshtml index e3ad6f7..8e35c82 100644 --- a/Project-Unite/Views/Blog/PostBlog.cshtml +++ b/Project-Unite/Views/Blog/PostBlog.cshtml @@ -9,6 +9,7 @@ @using (Html.BeginForm()) { + @Html.AntiForgeryToken() @*SHIT BUGS!*@ <div class="panel-danger panel"> <div class="panel-body"> @Html.ValidationSummary() |
