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