Skip to content

Commit deaf8df

Browse files
committed
Add game options to table
1 parent e986029 commit deaf8df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highscores/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
@admin.register(Score)
1010
class ScoreAdmin(admin.ModelAdmin):
11-
list_display = ('player', 'score', 'leaderboard', 'approved', 'time_set', 'ip', 'client_version')
11+
list_display = ('player', 'score', 'leaderboard', 'approved', 'time_set', 'ip', 'client_version', 'game_options_display')
1212
list_filter = ('approved', 'time_set', 'leaderboard', 'client_version')
1313
search_fields = ('player__username', 'leaderboard__name', 'ip', 'clean_code')
1414
raw_id_fields = ('player', 'leaderboard')

0 commit comments

Comments
 (0)