Sort shelves by shelfbook updated date

This commit is contained in:
Mouse Reeve
2020-12-30 16:07:29 -08:00
parent 670036f8a9
commit 885bb023a3
3 changed files with 8 additions and 3 deletions

View File

@ -122,7 +122,7 @@
<div class="block">
<div>
{% include 'snippets/shelf.html' with shelf=shelf ratings=ratings %}
{% include 'snippets/shelf.html' with shelf=shelf books=books ratings=ratings %}
</div>
</div>
{% endblock %}