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

pull/1852/head
Ozzie Isaacs 3 years ago
parent b07a97c17e
commit 88078d65e9

@ -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>

Loading…
Cancel
Save