Improve HTML on profile and game details

This commit is contained in:
Joakim Hellsén 2025-08-04 00:01:34 +02:00
commit 2ff314ecc8
10 changed files with 60 additions and 16 deletions

View file

@ -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>