Skip to content

Commit

Permalink
make author merge description visible
Browse files Browse the repository at this point in the history
  • Loading branch information
louisv20 committed Jun 20, 2024
1 parent 3cb7cfe commit dbbc333
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openlibrary/templates/merge/authors.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ <h1>$_("Merge Authors")</h1>
<small>$id.label:<a href="$href">$a.remote_ids[id.name]</a></small>
</div>
</label>
$if a.bio:
<p>${ macros.TruncateString(a.bio, 250) }</p>
$else:
<p>No description.</p>
<ul>
$for doc in top.docs:
<li><a href="$doc['key']'" target="new" title="$_('Open in a new window')">$doc['title']</a> <span class="smaller">$ungettext('%(count)s edition', '%(count)s editions', doc['edition_count'], count=doc['edition_count']),
Expand Down

0 comments on commit dbbc333

Please sign in to comment.