From 6a62eaa88583bd007c6435cc28867a682ce2236a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joakim=20Hells=C3=A9n?=
Date: Thu, 8 Jan 2026 00:35:55 +0100
Subject: [PATCH] Add RSS feed links in templates
---
templates/twitch/campaign_detail.html | 13 ++
templates/twitch/campaign_list.html | 6 +
templates/twitch/dashboard.html | 6 +
templates/twitch/docs_rss.html | 38 +++++-
templates/twitch/game_detail.html | 14 +++
templates/twitch/games_grid.html | 6 +
templates/twitch/games_list.html | 6 +
templates/twitch/org_list.html | 6 +
templates/twitch/organization_detail.html | 52 ++++----
twitch/feeds.py | 71 +++++++++++
twitch/tests/test_feeds.py | 139 ++++++++++++++++++++++
twitch/urls.py | 4 +
twitch/views.py | 27 +++--
13 files changed, 349 insertions(+), 39 deletions(-)
create mode 100644 twitch/tests/test_feeds.py
diff --git a/templates/twitch/campaign_detail.html b/templates/twitch/campaign_detail.html
index 626c9d9..bd72f06 100644
--- a/templates/twitch/campaign_detail.html
+++ b/templates/twitch/campaign_detail.html
@@ -17,6 +17,19 @@
{{ owner.name }}
{% endif %}
+
+
{% if campaign.image_best_url or campaign.image_url %}
Drop Campaigns
Browse all available drop campaigns
+
+