Merge pull request #1303 from bookwyrm-social/author-page

Fixes author page
This commit is contained in:
Mouse Reeve 2021-08-16 15:09:41 -06:00 committed by GitHub
commit 5cdd71b9bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@
<div class="columns is-multiline is-mobile"> <div class="columns is-multiline is-mobile">
{% for book in books %} {% for book in books %}
<div class="column is-one-fifth"> <div class="column is-one-fifth">
{% include 'discover/small-book.html' with book=book %} {% include 'landing/small-book.html' with book=book %}
</div> </div>
{% endfor %} {% endfor %}
</div> </div>