diff --git a/bookwyrm/templates/feed/feed.html b/bookwyrm/templates/feed/feed.html index b8e351c9..a6175199 100644 --- a/bookwyrm/templates/feed/feed.html +++ b/bookwyrm/templates/feed/feed.html @@ -25,7 +25,7 @@ {% if request.user.show_goal and not goal and tab.key == 'home' %} {% now 'Y' as year %}
- {% include 'snippets/goal_card.html' with year=year %} + {% include 'feed/goal_card.html' with year=year %}
{% endif %} diff --git a/bookwyrm/templates/snippets/goal_card.html b/bookwyrm/templates/feed/goal_card.html similarity index 100% rename from bookwyrm/templates/snippets/goal_card.html rename to bookwyrm/templates/feed/goal_card.html