Use .twitch_id instead of .id

This commit is contained in:
Joakim Hellsén 2026-01-07 20:55:04 +01:00
commit d63e20aebc
No known key found for this signature in database
11 changed files with 32 additions and 64 deletions

View file

@ -16,7 +16,7 @@
<div style="display: flex; flex-wrap: wrap; gap: 0.25rem;">
{% for organization, games in games_by_org.items %}
{% for item in games %}
<article id="game-{{ item.game.id }}"
<article id="game-{{ item.game.twitch_id }}"
style="padding: 0.25rem;
border-radius: 8px;
flex: 1 1 160px;