Remove link to RSS feed for all campaigns in game detail template
All checks were successful
Deploy to Server / deploy (push) Successful in 9s
All checks were successful
Deploy to Server / deploy (push) Successful in 9s
This commit is contained in:
parent
53765c3b27
commit
3b8e0b17dc
1 changed files with 0 additions and 2 deletions
|
|
@ -13,8 +13,6 @@
|
||||||
<div>
|
<div>
|
||||||
<a href="{% url 'twitch:game_campaign_feed' game.twitch_id %}"
|
<a href="{% url 'twitch:game_campaign_feed' game.twitch_id %}"
|
||||||
title="RSS feed for {{ game.display_name }} campaigns">RSS feed for {{ game.display_name }} campaigns</a>
|
title="RSS feed for {{ game.display_name }} campaigns">RSS feed for {{ game.display_name }} campaigns</a>
|
||||||
<a href="{% url 'twitch:campaign_feed' %}"
|
|
||||||
title="RSS feed for all campaigns">RSS feed for all campaigns</a>
|
|
||||||
</div>
|
</div>
|
||||||
<!-- Game image -->
|
<!-- Game image -->
|
||||||
{% if game.box_art_best_url %}
|
{% if game.box_art_best_url %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue