diff --git a/Yavsc/Views/Command/Create.cshtml b/Yavsc/Views/Command/Create.cshtml index ab6b8392..11f23fb3 100644 --- a/Yavsc/Views/Command/Create.cshtml +++ b/Yavsc/Views/Command/Create.cshtml @@ -27,24 +27,34 @@ - - - - +@model PerformerProfile +@{ ViewData["Title"] = "Setup your performer profile"; } +@section header{ + @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); - - -} - + } + +} @section scripts{ - - @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } - } + @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }