mirror of
https://github.com/JonathanHerrewijnen/calibre-web.git
synced 2024-11-11 05:33:57 +00:00
3 lines
193 B
HTML
3 lines
193 B
HTML
|
<a href="{{ url_for('web.show_book', book_id=entry.id) }}" data-toggle="modal" data-target="#bookDetailsModal" data-remote="false">
|
||
|
<span class="title">{{entry.title|shortentitle}}</span>
|
||
|
</a>
|