Here’s all the code:
def get_feed(self, obj, request):
feedgen = super().get_feed(obj, request)
feedgen.content_type = "application/xml; charset=utf-8"
return feedgen
Here’s all the code:
def get_feed(self, obj, request):
feedgen = super().get_feed(obj, request)
feedgen.content_type = "application/xml; charset=utf-8"
return feedgen
Pages for book club entries don’t have a link to the actual episode?
A Wizard of Earthsea | Book Club | frontrowcrew.com
The words “A Wizard of Earthsea” in red on that page look like links, but they are not links
The words at the top of the page “GeekNights: Book Club” doesn’t look like a link, but it is
That link is to the book club main page, which isn’t very useful
The button “See Forum Discussions” opens another menu, instead of taking me to the forum discussion
That menu has two entries both labeled “Forum discussion for A Wizard of Earthsea”, one of which takes you to the correct thread, the other takes you to the Man Who Was Thursday thread.
I thought I fixed that.