Commit e308a74d authored by Ozzieisaacs's avatar Ozzieisaacs

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

parent eede894e
......@@ -89,7 +89,7 @@
</div>
</div>
{% if other_books %}
{% if other_books and author is not none %}
<div class="discover">
<h3>{{_("More by")}} {{ author.name.replace('|',',')|safe }}</h3>
<div class="row">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment