Fixes goal page book link

This commit is contained in:
Mouse Reeve 2021-04-03 20:55:44 -07:00
parent e51a287cd3
commit 74ca54d8d6

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