Skip to content

Commit

Permalink
skråttcast's rss feed have to be open in order to publish the episode…
Browse files Browse the repository at this point in the history
…s to external podcast platforms
  • Loading branch information
Kajrakso committed Aug 31, 2024
1 parent 38b7ea2 commit 958bae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nablapps/podcast/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 958bae0

Please sign in to comment.