Add flash show book template

This commit is contained in:
Jan Guzej 2019-10-26 13:45:06 +02:00
parent fadd085b57
commit 94ae9937f0
1 changed files with 3 additions and 0 deletions

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