From f6f3c628e0d7cd8ac601922d332b80d708258f96 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 7 Apr 2017 21:23:10 -0400 Subject: [PATCH] Missing anti-forgery token. --- Project-Unite/Views/Blog/PostBlog.cshtml | 1 + 1 file changed, 1 insertion(+) 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!*@
@Html.ValidationSummary()