Fix (#1103) Internal server error with Goodreads and no result for author name on Goodreads

This commit is contained in:
Ozzieisaacs 2019-12-12 20:08:16 +01:00
parent eede894e72
commit e308a74dc2

View File

@ -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">