Add Inventory link to navigation in base template
This commit is contained in:
parent
486cd854fc
commit
77af24e983
1 changed files with 2 additions and 1 deletions
|
|
@ -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> |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue