@using Petwork.Web.Models.Contest @model ContestForm @{ ViewBag.Title = "Contest Create"; Layout = "~/Views/Shared/_LayoutUserThreeBars.cshtml"; Account account = ViewBag.Account; } @using (@Html.BeginForm("SaveContest", "Contest", FormMethod.Post, new { enctype = "multipart/form-data" })) {
@Resources.Contest.Cancel @Resources.Contest.Save

@Resources.Contest.CreateContest

} @* javascript ("~/Scripts/p4p.widgets.users_select.js") *@ @* javascript ("~/Scripts/jquery-ui-timepicker-addon.js") *@