diff --git a/Yavsc/Views/Command/CommandConfirmation.cshtml b/Yavsc/Views/Command/CommandConfirmation.cshtml index bac76129..d58ee305 100644 --- a/Yavsc/Views/Command/CommandConfirmation.cshtml +++ b/Yavsc/Views/Command/CommandConfirmation.cshtml @@ -1,52 +1,22 @@ @model BookQuery @using Yavsc.Models.Google.Messaging @{ - ViewData["Title"] = SR["Book "+Model.PerformerProfile.ActivityCode]; -} -@section header{ - @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } - - - - -} -@section scripts{ - + ViewData["Title"] = SR["Command confirmation"]+" "+SR[Model.PerformerProfile.ActivityCode]; }