Improve import command
This commit is contained in:
parent
b11cfa03ea
commit
1d6c52325c
30 changed files with 2628 additions and 554 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<ul id="org-list">
|
||||
{% for organization in orgs %}
|
||||
<li id="org-{{ organization.id }}">
|
||||
<a href="{% url 'twitch:organization_detail' organization.id %}">{{ organization.name }}</a>
|
||||
<a href="{% url 'twitch:organization_detail' organization.twitch_id %}">{{ organization.name }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue