Merge pull request #866 from mouse-reeve/goal-page-book-link

Fixes goal page book link
This commit is contained in:
Mouse Reeve 2021-04-04 08:50:00 -07:00 committed by GitHub
commit 7dcbc14225
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,7 @@
{% for book in goal.books %}
<div class="column is-one-fifth">
<div class="is-clipped">
<a href="{{ book.local_path }}">{% include 'snippets/book_cover.html' with book=book.book %}</a>
<a href="{{ book.book.local_path }}">{% include 'snippets/book_cover.html' with book=book.book %}</a>
</div>
</div>
{% endfor %}