Commit 88078d65 authored by Ozzie Isaacs's avatar Ozzie Isaacs

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

parent b07a97c1
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
{% endif %} {% endif %}
</div> </div>
</div> </div>
<h2 id="title">{{entry.title|shortentitle(40)}}</h2> <h2 id="title">{{entry.title}}</h2>
<p class="author"> <p class="author">
{% for author in entry.authors %} {% 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> <a href="{{url_for('web.books_list', data='author', sort_param='new', book_id=author.id ) }}">{{author.name.replace('|',',')}}</a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment