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

@ -32,9 +32,9 @@
</thead>
<tbody>
{% for channel in channels %}
<tr id="channel-row-{{ channel.id }}">
<tr id="channel-row-{{ channel.twitch_id }}">
<td>
<a id="channel-link-{{ channel.id }}"
<a id="channel-link-{{ channel.twitch_id }}"
href="{% url 'twitch:channel_detail' channel.twitch_id %}">{{ channel.display_name }}</a>
</td>
<td>{{ channel.name }}</td>