gitenberg-dev / giten_site

django repo for running the GITenberg website
http://www.gitenberg.org
40 stars 5 forks source link

Fix ebook listing page for books that have no author #66

Closed bdr99 closed 6 years ago

bdr99 commented 6 years ago

For an example, see the book with ID 10 ("The King James Version of the Bible")

eshellman commented 6 years ago

Pandata has methods like authnames() and authors_short()

bdr99 commented 6 years ago

I don't think we can use those Pandata methods here, because we are dealing with instances of the Book model, not Pandata objects.