Max on books shown from shelves in suggestions bar
This commit is contained in:
parent
1b50e83c95
commit
794aeb299c
2 changed files with 9 additions and 4 deletions
|
@ -14,7 +14,9 @@
|
|||
{% if shelf.books %}
|
||||
{% with shelf_counter=forloop.counter %}
|
||||
<li>
|
||||
<p>{{ shelf.name }}</p>
|
||||
<p>
|
||||
{{ shelf.name }}
|
||||
</p>
|
||||
<div class="tabs is-small is-toggle">
|
||||
<ul>
|
||||
{% for book in shelf.books %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue