Use .twitch_id instead of .id
This commit is contained in:
parent
e3a68ab4d2
commit
d63e20aebc
11 changed files with 32 additions and 64 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue