calibre-web/cps/templates/book_exists_flash.html

3 lines
193 B
HTML
Raw Normal View History

2019-10-26 11:45:06 +00:00
<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>