Fix even more bugs.

This commit is contained in:
Michael 2017-05-22 11:53:52 -04:00
parent 2eb4fafc27
commit 85aba29b5f

View file

@ -5,7 +5,7 @@
<li><a href="@Url.Action("SendFeedback", "Home")"><span class="glyphicon glyphicon-star"></span> Send feedback</a></li> <li><a href="@Url.Action("SendFeedback", "Home")"><span class="glyphicon glyphicon-star"></span> Send feedback</a></li>
@if (Request.IsAuthenticated) @if (Request.IsAuthenticated)
{ {
using (Html.BeginForm("LogOff", "Account", FormMethod.Post, new { id = "logoutForm", @class = "navbar-right" })) using (Html.BeginForm("LogOff", "Account", FormMethod.Post, new { id = "logoutForm" }))
{ {
@Html.AntiForgeryToken() @Html.AntiForgeryToken()