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

pull/1117/head
Ozzieisaacs 5 years ago
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…
Cancel
Save