Skip to content

Commit

Permalink
Merge pull request #675 from Nabla-NTNU/implementerInnloggingsmurer
Browse files Browse the repository at this point in the history
skråttcast's rss feed have to be open in order to publish the episode…
  • Loading branch information
Kajrakso authored Aug 31, 2024
2 parents 38b7ea2 + 958bae0 commit f9a605c
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 f9a605c

Please sign in to comment.