From 958bae09c47d721947cfdfea355e37b4a6106223 Mon Sep 17 00:00:00 2001 From: Kajrakso Date: Sat, 31 Aug 2024 13:03:16 +0200 Subject: [PATCH] =?UTF-8?q?skr=C3=A5ttcast's=20rss=20feed=20have=20to=20be?= =?UTF-8?q?=20open=20in=20order=20to=20publish=20the=20episodes=20to=20ext?= =?UTF-8?q?ernal=20podcast=20platforms?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nablapps/podcast/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nablapps/podcast/views.py b/nablapps/podcast/views.py index bc7406f6..10cd388b 100644 --- a/nablapps/podcast/views.py +++ b/nablapps/podcast/views.py @@ -48,7 +48,7 @@ def get_context_data(self, **kwargs): return data -class RssView(LoginRequiredMixin, ListView): +class RssView(ListView): template_name = "podcast/podcast.rss" content_type = "application/xml" model = Podcast