We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b03db0f commit b361cb7Copy full SHA for b361cb7
1 file changed
server/game_dev/admin.py
@@ -27,8 +27,8 @@ class GameShowcaseAdmin(admin.ModelAdmin):
27
28
29
class GamesAdmin(admin.ModelAdmin):
30
- list_display = ("id", "name", "description", "completion", "active", "hostURL", "itchEmbedID", "thumbnail", "itchGameEmbedID", "itchGameWidth",
31
- "itchGameHeight")
+ list_display = ("id", "name", "description", "completion", "active", "hostURL", "itchEmbedID", "itchGamePlayableID", "itchGameWidth",
+ "itchGameHeight", "thumbnail")
32
search_fields = ["name", "description"]
33
raw_id_fields = ["event"]
34
0 commit comments