From 968b835d0e6fe960c3d7ab915ef6d9cecec4ab7f Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 5 Aug 2024 02:33:54 +0900 Subject: feat(backend): allow to edit `game_type` in admin page --- backend/admin/templates/game_edit.html | 13 ++++++++++--- backend/admin/templates/games.html | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) (limited to 'backend/admin/templates') diff --git a/backend/admin/templates/game_edit.html b/backend/admin/templates/game_edit.html index 8bc5410..764b577 100644 --- a/backend/admin/templates/game_edit.html +++ b/backend/admin/templates/game_edit.html @@ -14,12 +14,19 @@ +
+ + +
- - - + + diff --git a/backend/admin/templates/games.html b/backend/admin/templates/games.html index 244fc94..47dc4a3 100644 --- a/backend/admin/templates/games.html +++ b/backend/admin/templates/games.html @@ -9,7 +9,7 @@ {{ range .Games }}
  • - {{ .DisplayName }} (id={{ .GameID }}) + {{ .DisplayName }} (id={{ .GameID }} type={{ .GameType }} state={{ .State }})
  • {{ end }} -- cgit v1.2.3-70-g09d2