forked from mirrors/bookwyrm
Fixes goal page book link
This commit is contained in:
parent
e51a287cd3
commit
74ca54d8d6
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue