Max on books shown from shelves in suggestions bar

This commit is contained in:
Mouse Reeve
2020-11-07 11:54:32 -08:00
parent 1b50e83c95
commit 794aeb299c
2 changed files with 9 additions and 4 deletions

View File

@ -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 %}