summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-07 21:23:10 -0400
committerMichael <[email protected]>2017-04-07 21:23:10 -0400
commitf6f3c628e0d7cd8ac601922d332b80d708258f96 (patch)
treeab391d82cd90949ec4aaf6a9377893434c88aca6
parentec14b58351280b503e706944c2af2306dce6d922 (diff)
downloadproject-unite-f6f3c628e0d7cd8ac601922d332b80d708258f96.tar.gz
project-unite-f6f3c628e0d7cd8ac601922d332b80d708258f96.tar.bz2
project-unite-f6f3c628e0d7cd8ac601922d332b80d708258f96.zip
Missing anti-forgery token.
-rw-r--r--Project-Unite/Views/Blog/PostBlog.cshtml1
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()