fixes goal page and test for goal page

This commit is contained in:
Mouse Reeve
2021-02-23 22:07:13 -08:00
parent fcc0e0ccb6
commit 6426282db1
2 changed files with 13 additions and 3 deletions

View File

@ -50,7 +50,7 @@
<div class="column is-narrow">
<div class="box">
<a href="{{ book.book.local_path }}">
{% include 'snippets/discover/small-book.html' with book=book.book rating=goal.ratings %}
{% include 'discover/small-book.html' with book=book.book rating=goal.ratings %}
</a>
</div>
</div>