Add Inventory link to navigation in base template

This commit is contained in:
Joakim Hellsén 2026-02-12 05:40:06 +01:00
commit 77af24e983
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk

View file

@ -178,7 +178,8 @@
<a href="{% url 'twitch:org_list' %}">Orgs</a> | <a href="{% url 'twitch:org_list' %}">Orgs</a> |
<a href="{% url 'twitch:channel_list' %}">Channels</a> | <a href="{% url 'twitch:channel_list' %}">Channels</a> |
<a href="{% url 'twitch:badge_list' %}">Badges</a> | <a href="{% url 'twitch:badge_list' %}">Badges</a> |
<a href="{% url 'twitch:emote_gallery' %}">Emotes</a> <a href="{% url 'twitch:emote_gallery' %}">Emotes</a> |
<a href="https://www.twitch.tv/drops/inventory">Inventory</a>
<br /> <br />
<strong>Other sites</strong> <strong>Other sites</strong>
<a href="#">Steam</a> | <a href="#">Steam</a> |