diff --git a/vrobbler/apps/scrobbles/admin.py b/vrobbler/apps/scrobbles/admin.py index 58a3ee6..5e9df98 100644 --- a/vrobbler/apps/scrobbles/admin.py +++ b/vrobbler/apps/scrobbles/admin.py @@ -108,6 +108,9 @@ class ScrobbleAdmin(admin.ModelAdmin): "sport_event", "book", "video_game", + "board_game", + "geo_location", + "webpage", ) list_filter = ( "is_paused",