This commit is contained in:
Michael 2017-03-26 12:39:06 -04:00
parent 2ca94aaba9
commit 5ddc948f4e

View file

@ -8,6 +8,7 @@
@using (Html.BeginForm()) @using (Html.BeginForm())
{ {
@Html.AntiForgeryToken()
<table class="table-condensed"> <table class="table-condensed">
<tr> <tr>
<td>@Html.DisplayNameFor(Model => Model.Username)</td> <td>@Html.DisplayNameFor(Model => Model.Username)</td>