1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-06-26 07:03:17 +00:00

Fix #1482 (do not shorten title in book detail page)

This commit is contained in:
Ozzie Isaacs 2021-01-30 14:57:59 +01:00
parent b07a97c17e
commit 88078d65e9

View File

@ -89,7 +89,7 @@
{% endif %}
</div>
</div>
<h2 id="title">{{entry.title|shortentitle(40)}}</h2>
<h2 id="title">{{entry.title}}</h2>
<p class="author">
{% for author in entry.authors %}
<a href="{{url_for('web.books_list', data='author', sort_param='new', book_id=author.id ) }}">{{author.name.replace('|',',')}}</a>