Skip to content

Commit b361cb7

Browse files
committed
Fixed Game Admin layout so that the Itch.io info is grouped together for easy readability
1 parent b03db0f commit b361cb7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

server/game_dev/admin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ class GameShowcaseAdmin(admin.ModelAdmin):
2727

2828

2929
class GamesAdmin(admin.ModelAdmin):
30-
list_display = ("id", "name", "description", "completion", "active", "hostURL", "itchEmbedID", "thumbnail", "itchGameEmbedID", "itchGameWidth",
31-
"itchGameHeight")
30+
list_display = ("id", "name", "description", "completion", "active", "hostURL", "itchEmbedID", "itchGamePlayableID", "itchGameWidth",
31+
"itchGameHeight", "thumbnail")
3232
search_fields = ["name", "description"]
3333
raw_id_fields = ["event"]
3434

0 commit comments

Comments
 (0)