Skip to content

Commit

Permalink
Merge pull request #9453 from louisv20/9429/feauture/author-merge-des…
Browse files Browse the repository at this point in the history
…cription

make author merge description visible
  • Loading branch information
mekarpeles authored Jul 1, 2024
2 parents 19ebfad + dbbc333 commit 9fc1f69
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 9fc1f69

Please sign in to comment.