diff --git a/Views/Games/Create.cshtml b/Views/Games/Create.cshtml index 69ddbe2..27420ab 100644 --- a/Views/Games/Create.cshtml +++ b/Views/Games/Create.cshtml @@ -4,45 +4,67 @@ ViewData["Title"] = "Create"; } -

Create

- -

Game

-
-
-
-
-
-
- - - +
+ +
-
- Back to List +
+
+
+
+
+
+
+
+
+ +
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+ + +
+
+
+ + +
+
+
+
@section Scripts { - @{await Html.RenderPartialAsync("_ValidationScriptsPartial");} + @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } } diff --git a/Views/Games/Edit.cshtml b/Views/Games/Edit.cshtml index 1511063..8df18f7 100644 --- a/Views/Games/Edit.cshtml +++ b/Views/Games/Edit.cshtml @@ -66,7 +66,5 @@
@section Scripts { - @{ - await Html.RenderPartialAsync("_ValidationScriptsPartial"); -} + @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }