Add Reward Campaigns
This commit is contained in:
parent
d63ede1a47
commit
1a71809460
14 changed files with 1188 additions and 20 deletions
|
|
@ -155,17 +155,20 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<strong>Twitch:</strong>
|
||||
<a href="{% url 'twitch:dashboard' %}">Dashboard</a> |
|
||||
<a href="{% url 'twitch:campaign_list' %}">Campaigns</a> |
|
||||
<a href="{% url 'twitch:reward_campaign_list' %}">Rewards</a> |
|
||||
<a href="{% url 'twitch:game_list' %}">Games</a> |
|
||||
<a href="{% url 'twitch:org_list' %}">Organizations</a> |
|
||||
<a href="{% url 'twitch:org_list' %}">Orgs</a> |
|
||||
<a href="{% url 'twitch:channel_list' %}">Channels</a> |
|
||||
<a href="{% url 'twitch:docs_rss' %}">RSS</a> |
|
||||
<a href="{% url 'twitch:debug' %}">Debug</a> |
|
||||
<a href="{% url 'twitch:emote_gallery' %}">Emotes</a>
|
||||
<form action="{% url 'twitch:search' %}"
|
||||
<br />
|
||||
<a href="{% url 'twitch:docs_rss' %}">RSS</a> | <a href="{% url 'twitch:debug' %}">Debug</a>
|
||||
<form action="{% url 'twitch:search' }}"
|
||||
method="get"
|
||||
style="display: inline">
|
||||
style="display: inline;
|
||||
margin-left: 1rem">
|
||||
<input type="search"
|
||||
name="q"
|
||||
placeholder="Search..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue