From dbbc333f694baf8653599019ab1336093bc991cd Mon Sep 17 00:00:00 2001 From: Luis <25castro25@gmail.com> Date: Wed, 19 Jun 2024 17:24:57 -0700 Subject: [PATCH] make author merge description visible --- openlibrary/templates/merge/authors.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openlibrary/templates/merge/authors.html b/openlibrary/templates/merge/authors.html index 25c967a6598..cb909b85c95 100644 --- a/openlibrary/templates/merge/authors.html +++ b/openlibrary/templates/merge/authors.html @@ -86,6 +86,10 @@

$_("Merge Authors")

$id.label:$a.remote_ids[id.name] + $if a.bio: +

${ macros.TruncateString(a.bio, 250) }

+ $else: +

No description.