Add page for game-less reward campaigns with RSS/Atom/Discord feeds
All checks were successful
Deploy to Server / deploy (push) Successful in 26s
All checks were successful
Deploy to Server / deploy (push) Successful in 26s
This commit is contained in:
parent
9de0f52af8
commit
dbc36db1e0
8 changed files with 602 additions and 11 deletions
|
|
@ -16,6 +16,18 @@
|
|||
type="application/atom+xml"
|
||||
title="Site-wide rewards (Discord)"
|
||||
href="{% url 'core:sitewide_reward_feed_discord' %}" />
|
||||
<link rel="alternate"
|
||||
type="application/rss+xml"
|
||||
title="All game-less rewards (RSS)"
|
||||
href="{% url 'core:game_less_reward_feed' %}" />
|
||||
<link rel="alternate"
|
||||
type="application/atom+xml"
|
||||
title="All game-less rewards (Atom)"
|
||||
href="{% url 'core:game_less_reward_feed_atom' %}" />
|
||||
<link rel="alternate"
|
||||
type="application/atom+xml"
|
||||
title="All game-less rewards (Discord)"
|
||||
href="{% url 'core:game_less_reward_feed_discord' %}" />
|
||||
{% endblock extra_head %}
|
||||
{% block content %}
|
||||
<main>
|
||||
|
|
@ -39,6 +51,8 @@
|
|||
<a href="{% url 'core:sitewide_reward_feed_discord' %}"
|
||||
title="Discord feed for site-wide rewards">[discord]</a>
|
||||
<a href="{% url 'core:docs_rss' %}" title="RSS feed documentation">[explain]</a>
|
||||
<a href="{% url 'twitch:game_less_rewards' %}"
|
||||
title="View all rewards with no game linked">[no game]</a>
|
||||
</div>
|
||||
</header>
|
||||
{% if active_campaigns %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue