From 79c01373d69f3bbf437794ee67039648b17417d5 Mon Sep 17 00:00:00 2001 From: Pat Hartl Date: Sun, 15 Jan 2023 15:45:37 -0600 Subject: [PATCH] Render tags on edit view --- LANCommander/Views/Games/Edit.cshtml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/LANCommander/Views/Games/Edit.cshtml b/LANCommander/Views/Games/Edit.cshtml index 0d86876..5f423fd 100644 --- a/LANCommander/Views/Games/Edit.cshtml +++ b/LANCommander/Views/Games/Edit.cshtml @@ -287,4 +287,11 @@ @section Scripts { @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } + + }