Moves goal card to feed dir

This commit is contained in:
Mouse Reeve 2021-09-29 09:24:51 -07:00
parent 46168a292b
commit 5f3df11e56
2 changed files with 1 additions and 1 deletions

View file

@ -25,7 +25,7 @@
{% if request.user.show_goal and not goal and tab.key == 'home' %}
{% now 'Y' as year %}
<section class="block">
{% include 'snippets/goal_card.html' with year=year %}
{% include 'feed/goal_card.html' with year=year %}
<hr>
</section>
{% endif %}