Fix (#1103) Internal server error with Goodreads and no result for author name on Goodreads
This commit is contained in:
parent
eede894e72
commit
e308a74dc2
|
@ -89,7 +89,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if other_books %}
|
{% if other_books and author is not none %}
|
||||||
<div class="discover">
|
<div class="discover">
|
||||||
<h3>{{_("More by")}} {{ author.name.replace('|',',')|safe }}</h3>
|
<h3>{{_("More by")}} {{ author.name.replace('|',',')|safe }}</h3>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user