From 11f75b02f70a71648353162ec9f4ac050b7efdaf Mon Sep 17 00:00:00 2001 From: Pat Hartl Date: Sat, 14 Jan 2023 18:21:49 -0600 Subject: [PATCH] Add singleplayer checkbox to add/edit forms --- LANCommander/Views/Games/Add.cshtml | 7 +++++++ LANCommander/Views/Games/Edit.cshtml | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/LANCommander/Views/Games/Add.cshtml b/LANCommander/Views/Games/Add.cshtml index cf9ccae..32095f4 100644 --- a/LANCommander/Views/Games/Add.cshtml +++ b/LANCommander/Views/Games/Add.cshtml @@ -50,6 +50,13 @@ +
+ +
diff --git a/LANCommander/Views/Games/Edit.cshtml b/LANCommander/Views/Games/Edit.cshtml index d4c737e..b546b35 100644 --- a/LANCommander/Views/Games/Edit.cshtml +++ b/LANCommander/Views/Games/Edit.cshtml @@ -52,6 +52,13 @@
+
+ +