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

@ -7,7 +7,7 @@
{% if orgs %}
<ul id="org-list">
{% for organization in orgs %}
<li id="org-{{ organization.id }}">
<li id="org-{{ organization.twitch_id }}">
<a href="{% url 'twitch:organization_detail' organization.twitch_id %}">{{ organization.name }}</a>
</li>
{% endfor %}