mirror of
https://github.com/janeczku/calibre-web.git
synced 2024-11-28 08:58:41 +02:00
Add flash show book template
This commit is contained in:
parent
fadd085b57
commit
94ae9937f0
3
cps/templates/book_exists_flash.html
Normal file
3
cps/templates/book_exists_flash.html
Normal file
@ -0,0 +1,3 @@
|
||||
<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>
|
Loading…
Reference in New Issue
Block a user