1
0
Fork 0

Sort shelves by shelfbook updated date

This commit is contained in:
Mouse Reeve 2020-12-30 16:07:29 -08:00
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 %}