@model Church.Net.Entity.HappinessGroup @{ ViewBag.returnUrl = @Url.Action("Index"); ViewBag.returnUrlTitle = "HappinessGroup List"; } @{ ViewBag.Title = "Delete HappinessGroup"; }

Are you sure you want to DELETE this?

@Html.LabelFor(model => model.BeginTime, htmlAttributes: new { @class = "g-font-weight-500 g-font-size-15 g-pl-30" })
@Html.LabelFor(model => model.Address, htmlAttributes: new { @class = "g-font-weight-500 g-font-size-15 g-pl-30" })
@Html.LabelFor(model => model.InvitationText, htmlAttributes: new { @class = "g-font-weight-500 g-font-size-15 g-pl-30" })
@using (Html.BeginForm()) {
@Html.AntiForgeryToken() Back to List
}