1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-12-08 09:18:06 +00:00

Show "More by" on author page

Uses Goodread's list of author's books, filtering out the books that are already in the user's library.

Requires the Goodreads dependency and API information.
This commit is contained in:
Jonathan Rehm
2017-08-16 09:24:44 -07:00
parent a8b53ab38a
commit 53c687251e
3 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,7 @@
</div>
</div>
{% if other_books is not none %}
{% if other_books %}
<div class="discover">
<h3>{{_("More by")}} {{ author.name|safe }}</h3>
<div class="row">