diff --git a/src/stars.tparnell.io/Views/Manage/Index.cshtml b/src/stars.tparnell.io/Views/Manage/Index.cshtml index 595a6c1..662a543 100644 --- a/src/stars.tparnell.io/Views/Manage/Index.cshtml +++ b/src/stars.tparnell.io/Views/Manage/Index.cshtml @@ -2,11 +2,11 @@ @if(Model.Any()) { - @using(Html.BeginForm("AddStars", "Manage", FormMethod.Get)) + @using(Html.BeginForm("AddStars", "Manage", FormMethod.Get, new { id = "formpost" })) {