Improve HTML on profile and game details
This commit is contained in:
parent
4af2b02a01
commit
2ff314ecc8
10 changed files with 60 additions and 16 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<ul>
|
||||
{% for organization in orgs %}
|
||||
<li>
|
||||
<a href="{% url 'twitch:org_detail' organization.id %}">{{ organization.name }}</a>
|
||||
<a href="{% url 'twitch:organization_detail' organization.id %}">{{ organization.name }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue