Moves info text to goal form snippet

This commit is contained in:
Mouse Reeve
2021-09-29 09:23:52 -07:00
parent 701bf4828b
commit 46168a292b
2 changed files with 3 additions and 4 deletions

View File

@ -7,11 +7,7 @@
</h3>
{% endblock %}
{% block card-content %}
<div class="content">
<p>{% blocktrans %}Set a goal for how many books you'll finish reading in {{ year }}, and track your progress throughout the year.{% endblocktrans %}</p>
{% include 'snippets/goal_form.html' %}
</div>
{% endblock %}