From e308a74dc203c52da6ced110d1c8d2dd3e47214b Mon Sep 17 00:00:00 2001 From: Ozzieisaacs Date: Thu, 12 Dec 2019 20:08:16 +0100 Subject: [PATCH] Fix (#1103) Internal server error with Goodreads and no result for author name on Goodreads --- cps/templates/author.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/templates/author.html b/cps/templates/author.html index 27a16fbc..0d4369a3 100644 --- a/cps/templates/author.html +++ b/cps/templates/author.html @@ -89,7 +89,7 @@ -{% if other_books %} +{% if other_books and author is not none %}

{{_("More by")}} {{ author.name.replace('|',',')|safe }}